.BuildSysPro.IBPSA.Fluid.Movers.BaseClasses.Euler.getPeak

Information

This function finds or estimates the peak point (V̇,Δp,η)|η=ηmax from the input power curve P(V̇) and pressure curve Δp(V̇) which may or may not contain non-zero values. The results are output as an instance of IBPSA.Fluid.Movers.BaseClasses.Euler.peak. There are the following branches of computation based on information provided to the function:

Interface

function getPeak
  extends Modelica.Icons.Function;
  input IBPSA.Fluid.Movers.BaseClasses.Characteristics.flowParameters pressure "Pressure vs. flow rate";
  input BaseClasses.Characteristics.powerParameters power "Power vs. flow rate";
  output IBPSA.Fluid.Movers.BaseClasses.Euler.peak peak "Operation point at maximum efficiency";
end getPeak;

Revisions


Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos