Function needed for polynomial interpolation of POLY controlled sources:
function poly extends Modelica.Icons.Function; input Real s[:] "Variables"; input Real a[:] "Coefficients"; output Real v "Value of polynomial"; end poly;