.TRANSFORM.Fluid.ClosureRelations.PumpCharacteristics.Models.Power.power_quadraticCurve

Quadratic power characteristic curve, including linear extrapolation

Interface

function power_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.Power[3] W_curve "Power consumption for three operating points";
  output SI.Power W "Pump power consumption";
  output Real[3] cs "Curve coefficients";
end power_quadraticCurve;

Revisions


Generated at 2025-04-11T18:20:07Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos