This is a connector for a fluid inlet. The connector takes as an input 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 also outputs 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 outputs are not present.
Name | Description |
---|---|
Medium | Medium model |
use_p_in=false
.