This is a connector for a fluid outlet. The connector produces as an output the following quantities:
m_flow
.
p
,
unless use_p_in=false
.
forward.T
,
e.g., the temperature of the fluid that streams out of the component if m_flow > 0
.
forward.Xi
,
unless Medium.nXi=0
.
forward.C
,
unless Medium.nC=0
.
If allowFlowReversal = true
,
the connector requires as input the following quantities.
backward.T
,
e.g., if m_flow ≤ 0
.
backward.Xi
,
unless Medium.nXi=0
.
backward.C
,
unless Medium.nC=0
.
If allowFlowReversal = false
, then these inputs are not present
and hence not required to be provided.
Name | Description |
---|---|
Medium | Medium in the component |
use_p_in=false
.