modelSinkW
Flowrate sink for water/steam flows
Extends from Icons.Water.SourceW, Modelica.Icons.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions).
Information
Modelling options
If G is set to zero, the flowrate source is ideal; otherwise, the incoming flowrate increases proportionally to the inlet pressure.
If w0Fix is set to true, the incoming flowrate is given by the parameter w0; otherwise, the in_w0 connector must be wired, providing the (possibly varying) source flowrate.
If hFix is set to true, the source enthalpy is given by the parameter h; otherwise, the in_h connector must be wired, providing the (possibly varying) source enthalpy.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Medium.MassFlowRate | w0 | 0 | Nominal mass flowrate |
| Medium.AbsolutePressure | p0 | 1e5 | Nominal pressure |
| Units.HydraulicConductance | G | 0 | Hydraulic conductance |
| Medium.SpecificEnthalpy | h | 1e5 | Nominal specific enthalpy |
| Boolean | allowFlowReversal | system.allowFlowReversal | = true to allow flow reversal, false restricts to design direction |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| FlangeA | flange | ||
| Modelica.Blocks.Interfaces.RealInput | in_w0 | ||
| Modelica.Blocks.Interfaces.RealInput | in_h |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| ThermoPower.System | system | System wide properties | |
| Medium.MassFlowRate | w | Mass flowrate |
Contents
| Name | Description |
|---|---|
Revisions
- 16 Dec 2004
by Francesco Casella:
Medium model and standard medium definition added. - 18 Jun 2004
by Francesco Casella:
Removed p0_fix and hfix; the connection of external signals is now detected automatically. - 1 Oct 2003
by Francesco Casella:
First release.