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.SIunits.MassFlowRate | m_flow_nominal (from MoverParameter) | 2 | Nominal mass flow rate |
| Modelica.SIunits.PressureDifference | dp_nominal (from MoverParameter) | 10000 | Nominal pressure raise |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| FlowControlled_m_flow | pump_m_flow (from MoverParameter) | Pump with m_flow input | |
| IBPSA.Fluid.Sources.Boundary_pT | sou (from MoverParameter) | Fluid source | |
| IBPSA.Fluid.Sources.Boundary_pT | sin (from MoverParameter) | Fluid sink | |
| SpeedControlled_y | pump_y (from MoverParameter) | Pump with normalised speed input | |
| FlowControlled_dp | pump_dp (from MoverParameter) | Pump with pressure head input | |
| FixedResistances.PressureDrop | res (from MoverParameter) | Pressure drop component for avoiding singular system | |
| SpeedControlled_Nrpm | pump_Nrpm (from MoverParameter) | Pump with speed input | |
| Modelica.Blocks.Sources.Ramp | ramp | Ramp input for all movers | |
| Modelica.Blocks.Math.Gain | gaiNrpm | Nominal rpm | |
| Modelica.Blocks.Math.Gain | gai_m_flow | Nominal mass flow rate | |
| Modelica.Blocks.Math.Gain | gai_dp | Nominal pressure drop |
Revisions
-
August 24, 2015, by Filip Jorissen:
First implementation.