modelSink_m
Sink (m_flow)
Extends from ThermofluidStream.Utilities.DropOfCommonsPlus (Extend this to use 'dropOfCommons', 'instanceName', 'displayInstanceName' and 'displayParameters').
Information
Model of a mass flow rate boundary condition.
The outlet pressure is not a boundary condition.
considerInertance
Discontinuous mass flow rates require considerInertance = false, also refer to Idealized.UsersGuide.InertanceNeglect.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| String | instanceName (from DropOfCommonsPlus) | getInstanceName() | Instance name |
| Layout | |||
| Boolean | displayInstanceName (from DropOfCommonsPlus) | dropOfCommons.displayInstanceNames | = true, if instance name is displayed |
| Boolean | displayParameters (from DropOfCommonsPlus) | dropOfCommons.displayParameters | = true, if displaying parameters is enabled |
| Specification | |||
| ValueSpecification | m_flowSpec | ThermofluidStream.Types.ValueSpecification.Fixed | Method for specifying the value of the mass flow rate |
| SI.MassFlowRate | m_flow_fixed | 0 | Fixed mass flow rate |
| Advanced | |||
| Boolean | considerInertance | dropOfCommons.considerInertance | =true, if transient momentum (inertance) term is considered; disable only for advanced use |
| ThermofluidStream.Utilities.Units.Inertance | L | dropOfCommons.L | Inertance |
| Layout › Display parameters | |||
| Boolean | showMassFlowRate | true | = true to show the fixed mass flow rate value m_flow_fixed |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| ThermofluidStream.Interfaces.Inlet | inlet | ||
| Modelica.Blocks.Interfaces.RealInput | m_flow_prescribed | Prescribed mass flow rate [kg/s] |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Medium.AbsolutePressure | p | Medium.pressure(inlet.state) | Steady state pressure |
| SI.Pressure | r | Inertial pressure |
Contents
| Name | Description |
|---|---|
| Medium model |
Revisions
-
2026, by Raphael Gebhart (raphael.gebhart@dlr.de):
Initial version.