.TRANSFORM.Fluid.Pipes_Obsolete.ClosureModels.PumpCharacteristics.Functions.Flow.V_flow_quadraticCurve

Quadratic flow characteristic curve, including linear extrapolation

Interface

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;

Revisions


Generated at 2025-03-09T19:25:01Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos