.Buildings.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 Buildings.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 Buildings.Fluid.Movers.BaseClasses.Characteristics.flowParameters pressure "Pressure vs. flow rate";
  input BaseClasses.Characteristics.powerParameters power "Power vs. flow rate";
  output Buildings.Fluid.Movers.BaseClasses.Euler.peak peak "Operation point at maximum efficiency";
end getPeak;

Revisions


Generated at 2024-05-18T18:16:21Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos