recordpowerWithDerivative

Record for electrical power and its derivative with respect to flow rate

Extends from Modelica.Icons.Record (Icon for records).

Information

Data record for performance data that describe electrical power and its derivative versus volumetric flow rate. This record is specifically constructed for the Euler number method and is the output type of function Buildings.Fluid.Movers.BaseClasses.Euler.power.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.VolumeFlowRate[11]V_flowVolume flow rate at user-selected operating points
Modelica.Units.SI.Power[11]PFan or pump electrical power at these flow rates
Real[11]dDerivative of power with respect to volume flow rate

Revisions

  • December 13, 2022, by Hongxiang Fu:
    First implementation.