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 | 
|---|---|
| Medium 1 in the component | |
| Medium 2 in the component | 
h_outflow in FluidPorts.
See #977.
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.