function V_flow_quadraticCurve extends Icons.Function; import getCoeffs = TRANSFORM.Math.quadraticCoefficients; input SI.Height head "Pressure head"; 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.VolumeFlowRate V_flow "Volume flow rate"; end V_flow_quadraticCurve;