modelFlowMachine_ZeroFlow
Base class to test flow machines with zero flow rate
Information
This is the base class for examples that demonstrates the use of a flow machine whose flow rate transitions to zero.
Parameters
| Type | Name | Default | Description |
| Modelica.SIunits.MassFlowRate | m_flow_nominal | 1 | Nominal mass flow rate |
| Modelica.SIunits.PressureDifference | dp_nominal | 500 | Nominal pressure difference |
Contents
| Name | Description |
Medium | |
Revisions
-
January 22, 2016, by Michael Wetter:
Corrected type declaration of pressure difference.
This is
for #404.
-
September 20, 2014, by Michael Wetter:
Added constrainedby declaration for medium.
Otherwise, the pedantic model check of
IBPSA.Fluid.Movers.Validation.SpeedControlled_Nrpm_Data
fails because water does not implemented the function
Xsaturation.
- February 20, 2016, by Ruben Baetens:
Removal of dynamicBalance as parameter for massDynamics and energyDynamics.
-
March 24 2010, by Michael Wetter:
First implementation.