modelMoverParameter
Example model of movers using a parameter for setting the stage
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example demonstrates the use of a Parameter
set point for a mover model.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.MassFlowRate | m_flow_nominal | 2 | Nominal mass flow rate |
| Modelica.Units.SI.PressureDifference | dp_nominal | 10000 | Nominal pressure raise |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Fluid.Movers.FlowControlled_m_flow | pump_m_flow | Pump with m_flow input | |
| Buildings.Fluid.Sources.Boundary_pT | sou | Fluid source | |
| Buildings.Fluid.Sources.Boundary_pT | sin | Fluid sink | |
| Buildings.Fluid.Movers.SpeedControlled_y | pump_y | Pump with normalised speed input | |
| Buildings.Fluid.Movers.FlowControlled_dp | pump_dp | Pump with pressure head input | |
| Buildings.Fluid.FixedResistances.PressureDrop | res | Pressure drop component for avoiding singular system |
Contents
| Name | Description |
|---|---|
Revisions
-
April 8, 2024, by Hongxiang Fu:
SpecifiednominalValuesDefineDefaultPressureCurve=truein the mover component to suppress a warning. This is for #3819. -
March 21, 2023, by Hongxiang Fu:
Deleted the mover withNrpmsignal. This is for IBPSA, #1704. -
February 17, 2016, by Michael Wetter:
Updated parameter names for #396. -
January 22, 2016, by Michael Wetter:
Corrected type declaration of pressure difference. This is for #404. -
August 24, 2015, by Filip Jorissen:
First implementation.