modelMoverContinuous
Example model of movers using a real input for setting the stage
Extends from MoverParameter (Example model of movers using a parameter for setting the stage).
Information
This example demonstrates the use of a RealInput
connector for a mover model.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m_flow_nominal (from MoverParameter) | 2 | Nominal mass flow rate |
| Modelica.Units.SI.PressureDifference | dp_nominal (from MoverParameter) | 10000 | Nominal pressure raise |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Movers.FlowControlled_m_flow | pump_m_flow (from MoverParameter) | Pump with m_flow input | |
| Buildings.Fluid.Sources.Boundary_pT | sou (from MoverParameter) | Fluid source | |
| Buildings.Fluid.Sources.Boundary_pT | sin (from MoverParameter) | Fluid sink | |
| Buildings.Fluid.Movers.SpeedControlled_y | pump_y (from MoverParameter) | Pump with normalised speed input | |
| Buildings.Fluid.Movers.FlowControlled_dp | pump_dp (from MoverParameter) | Pump with pressure head input | |
| Buildings.Fluid.FixedResistances.PressureDrop | res (from MoverParameter) | Pressure drop component for avoiding singular system | |
| Modelica.Blocks.Sources.Ramp | ramp | Ramp input for all movers | |
| Modelica.Blocks.Math.Gain | gai_m_flow | Nominal mass flow rate | |
| Modelica.Blocks.Math.Gain | gai_dp | Nominal pressure drop |
Revisions
-
March 21, 2023, by Hongxiang Fu:
Deleted the mover withNrpmsignal. This is for IBPSA, #1704. -
August 24, 2015, by Filip Jorissen:
First implementation.