modelPowerExact

Power calculation comparison among three mover types, using exact power computation for m_flow and dp

Extends from PowerSimplified (Power calculation comparison among three mover types, using simplified power computation for m_flow and dp).

Information

This example is identical to IBPSA.Fluid.Movers.Validation.PowerSimplified, except that the performance data for the flow controlled pumps pump_dp and pump_m_flow contain the pressure curves and efficiency curves. The plot below shows that this leads to a computation of the power consumption that is identical to the one from the speed controlled pump pump_Nrpm.

image

Parameters

TypeNameDefaultDescription
Modelica.SIunits.MassFlowRatem_flow_nominal (from PowerSimplified)3Nominal mass flow rate
Data.Pumps.Wilo.Stratos30slash1to8per (from PowerSimplified)Pump performance data

Components

TypeNameDefaultDescription
IBPSA.Fluid.Movers.SpeedControlled_Nrpmpump_Nrpm (from PowerSimplified)Pump with RPM as control signal
IBPSA.Fluid.Movers.FlowControlled_dppump_dp (from PowerSimplified)Pump with pressure rise as control signal
IBPSA.Fluid.Movers.FlowControlled_m_flowpump_m_flow (from PowerSimplified)Pump with mass flow rate as control signal
IBPSA.Fluid.Sources.Boundary_pTbou (from PowerSimplified)Pressure source
IBPSA.Fluid.FixedResistances.PressureDropres (from PowerSimplified)Flow resistance
IBPSA.Fluid.Sources.Boundary_pTsink (from PowerSimplified)
Modelica.Blocks.Sources.Rampramp (from PowerSimplified)Ramp for pump speed control signal
Modelica.Blocks.Sources.RealExpressiondpSet (from PowerSimplified)Pressure rise across pump
Modelica.Blocks.Sources.RealExpressionm_flowSet (from PowerSimplified)Pump mass flow rate
Modelica.Blocks.Routing.Multiplex3result (from PowerSimplified)

Revisions

  • March 2, 2016, by Filip Jorissen:
    First implementation for #417.