function head_quadraticCurve extends Icons.Function; import getCoeffs = TRANSFORM.Math.quadraticCoefficients; input SI.VolumeFlowRate V_flow "Volumetric flow rate"; input SI.VolumeFlowRate[3] V_flow_curve "Volume flow rate for three operating points (single pump)"; input SI.Height[3] head_curve "Pump head for three operating points"; output SI.Height head "Pump pressure head"; end head_quadraticCurve;