function integrand extends Modelica.Icons.Function; input Real x; input Integer n_par; input Real par[n_par]; output Real f; end integrand;