functionpower

Flow vs. electrical power characteristics for fan or pump

Extends from Modelica.Icons.Function (Icon for functions).

Information

This function computes the fan power consumption for given volume flow rate, speed and performance data. The power consumption is

P = rN3   s(V̇/rN, d),

where P is the power consumption, rN is the normalized fan speed, is the volume flow rate and d are performance data for fan or pump power consumption at rN=1.

Implementation

The function s(·, ·) is a cubic hermite spline. If the data d define a monotone decreasing sequence, then s(·, d) is a monotone decreasing function.

Inputs

TypeNameDefaultDescription
Buildings.Fluid.Movers.BaseClasses.Characteristics.powerParametersperPressure performance data
Modelica.Units.SI.VolumeFlowRateV_flowVolumetric flow rate
Realr_NRelative speed
Real[:]dDerivatives at support points for spline interpolation
RealdeltaSmall value for switching implementation around zero speed

Outputs

TypeNameDefaultDescription
Modelica.Units.SI.PowerPPower consumption

Revisions

  • February 26, 2014, by Filip Jorissen:
    Changed polynomial to be evaluated at V_flow/r_N instead of V_flow to properly account for the scaling law. See #202 for a discussion and validation.
  • September 28, 2011, by Michael Wetter:
    First implementation.