This model defines an interface for components with four ports.
The parameters allowFlowReversal1
and
allowFlowReversal2
may be used by models that extend
this model to treat flow reversal.
This model is identical to Modelica.Fluid.Interfaces.PartialTwoPort, except for the fowllowing:
port_a_exposesState
,
port_b_exposesState
and
showDesignFlowDirection
are not implemented.
Name | Description |
---|---|
Medium1 | Medium 1 in the component |
Medium2 | Medium 2 in the component |
FourPort
to
PartialFourPort
.
Removed parameters
h_outflow_a1_start
,
h_outflow_b1_start
,
h_outflow_a2_start
and
h_outflow_b2_start
.
This is for issue
#299.
partial
keyword to model declaration.
import Modelica.Constants
statement.
each
keyword in declaration of nominal value for
Xi_outflow
.
port_b1.h_outflow
was set to h_outflow_b2_start
instead of h_outflow_b1_start
.