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

Information

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-01-21T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos