.Annex60.Fluid.Movers.BaseClasses.Characteristics.power

Flow vs. electrical power characteristics for fan or pump

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.

Interface

function power
  extends Modelica.Icons.Function;
  input Annex60.Fluid.Movers.BaseClasses.Characteristics.powerParameters per "Pressure performance data";
  input Modelica.SIunits.VolumeFlowRate V_flow "Volumetric flow rate";
  input Real r_N(unit = "1") "Relative revolution, r_N=N/N_nominal";
  input Real d[:] "Derivatives at support points for spline interpolation";
  input Real delta "Small value for switching implementation around zero rpm";
  output Modelica.SIunits.Power P "Power consumption";
end power;

Revisions


Generated at 2025-03-05T19:25:09Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos