This component defines the interface for models that transport four fluid streams between eight ports. It is similar to IBPSA.Fluid.Interfaces.PartialTwoPortInterface, but it has eight ports instead of two.
The model is used by other models in this package that add heat transfer, mass transfer and pressure drop equations.
allowFlowReversal==false
, removed noEvent()
declaration
for sta_a
and for sta_b
because the variable is either
already used with inStream()
in the computation of state_*_inflow
,
or the result of a variable of the model that already may generate an event.allowFlowReversal==false
, replaced actualStream()
with inStream()
for sta_a
and
removed actualStream()
for sta_b
.HideResult=true
.m4_flow
.