modelMoverStages

Example model of movers using an integer input for setting the stage

Extends from Buildings.Fluid.Movers.Examples.MoverParameter (Example model of movers using a parameter for setting the stage).

Information

This example demonstrates the use of the Integer stage connector for a mover model. Note that integer input 1 refers to the first stage, whereas input 0 switches the mover off.

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.MassFlowRatem_flow_nominal (from MoverParameter)2Nominal mass flow rate
Modelica.Units.SI.PressureDifferencedp_nominal (from MoverParameter)10000Nominal pressure raise

Components

TypeNameDefaultDescription
Buildings.Fluid.Movers.FlowControlled_m_flowpump_m_flow (from MoverParameter)Pump with m_flow input
Buildings.Fluid.Sources.Boundary_pTsou (from MoverParameter)Fluid source
Buildings.Fluid.Sources.Boundary_pTsin (from MoverParameter)Fluid sink
Buildings.Fluid.Movers.SpeedControlled_ypump_y (from MoverParameter)Pump with normalised speed input
Buildings.Fluid.Movers.FlowControlled_dppump_dp (from MoverParameter)Pump with pressure head input
Buildings.Fluid.FixedResistances.PressureDropres (from MoverParameter)Pressure drop component for avoiding singular system
Modelica.Blocks.Sources.IntegerTableintegerTableInteger step input, 1 is off, 2 is on

Contents

NameDescription
Medium

Revisions

  • March 21, 2023, by Hongxiang Fu:
    Deleted the mover with Nrpm signal. This is for IBPSA, #1704.
  • January 22, 2016, by Michael Wetter:
    Corrected type declaration of pressure difference. This is for #404.
  • August 24, 2015, by Filip Jorissen:
    Extended implementation with more movers.
  • April 2, 2015, by Filip Jorissen:
    First implementation.