recordStratos25slash1to6

Pump data for a Wilo Stratos 25/1-6 pump

Extends from Generic (Generic data record for movers).

Information

Data from http://productfinder.wilo.com/en/COM/product/00000018000028040002003a/fc_product_datasheet

The nominal rpm is arbitrarily chosen as the rpm of the pump curve in the data sheet that has the highest rpm, without being limited by the maximum power limitation (see dotted curve on figure below). Pump curves (H(m_flow) and P(m_flow)) from the data sheets are digitized using web plot digitizer.

Limitations:

  • The pump curve cap at high rpm that can be seen is not enforced by the model.
  • The pump curve may be altered slightly to guarantee that dp/dm<0

The figure below illustrates a digitized pump curve.

Pump curve

Parameters

TypeNameDefaultDescription
BooleanhavePressureCurve (from Generic)sum(pressure.V_flow) > Modelica.Constants.eps and sum(pressure.dp) > Modelica.Constants.eps= true, if default record values are being used
Pressure curve
IBPSA.Fluid.Movers.BaseClasses.Characteristics.flowParameterspressure (from Generic)Volume flow rate vs. total pressure rise
Power computation
Booleanuse_powerCharacteristic (from Generic)falseUse power data instead of motor efficiency
IBPSA.Fluid.Movers.BaseClasses.Characteristics.efficiencyParametershydraulicEfficiency (from Generic)Hydraulic efficiency (used if use_powerCharacteristic=false)
IBPSA.Fluid.Movers.BaseClasses.Characteristics.efficiencyParametersmotorEfficiency (from Generic)Electric motor efficiency (used if use_powerCharacteristic=false)
BaseClasses.Characteristics.powerParameterspower (from Generic)Volume flow rate vs. electrical power consumption (used if use_powerCharacteristic=true)
Motor heat rejection
BooleanmotorCooledByFluid (from Generic)trueIf true, then motor heat is added to fluid stream
Normalized speeds (used in model, default values assigned from speeds in rpm)
Realspeed_nominal (from Generic)1Nominal rotational speed for flow characteristic
RealconstantSpeed (from Generic)constantSpeed_rpm/speed_rpm_nominalNormalized speed set point, used if inputType = IBPSA.Fluid.Types.InputType.Constant
Realspeeds (from Generic)speeds_rpm/speed_rpm_nominalVector of normalized speed set points, used if inputType = IBPSA.Fluid.Types.InputType.Stages
Speeds in RPM
Modelica.SIunits.Conversions.NonSIunits.AngularVelocity_rpmspeed_rpm_nominal (from Generic)1500Nominal rotational speed for flow characteristic
Modelica.SIunits.Conversions.NonSIunits.AngularVelocity_rpmconstantSpeed_rpm (from Generic)speed_rpm_nominalSpeed set point, used if inputType = IBPSA.Fluid.Types.InputType.Constant
Modelica.SIunits.Conversions.NonSIunits.AngularVelocity_rpmspeeds_rpm (from Generic){speed_rpm_nominal}Vector of speed set points, used if inputType = IBPSA.Fluid.Types.InputType.Stages

Revisions

  • February 17, 2016, by Michael Wetter:
    Updated parameter names for #396.
  • December 12, 2014, by Michael Wetter:
    Added defaultComponentPrefixes and defaultComponentName annotations.
  • April 17, 2014 by Filip Jorissen:
    Initial version