modelPartialFourPortParallel
Partial model with four ports for components with parallel flow
Information
This model defines an interface for components with four ports
in which flows occur in parallel.
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 following:
- it has four ports, and
- the parameter
showDesignFlowDirectionis not implemented.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Assumptions | |||
| Boolean | allowFlowReversal1 | true | = true to allow flow reversal in medium 1, false restricts to design direction (port_a -> port_b) |
| Boolean | allowFlowReversal2 | true | = true to allow flow reversal in medium 2, false restricts to design direction (port_a -> port_b) |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Fluid.Interfaces.FluidPort_a | port_a1 | Fluid connector a1 (positive design flow direction is from port_a1 to port_b1) | |
| Modelica.Fluid.Interfaces.FluidPort_b | port_b1 | Fluid connector b1 (positive design flow direction is from port_a1 to port_b1) | |
| Modelica.Fluid.Interfaces.FluidPort_a | port_a2 | Fluid connector a2 (positive design flow direction is from port_a2 to port_b2) | |
| Modelica.Fluid.Interfaces.FluidPort_b | port_b2 | Fluid connector b2 (positive design flow direction is from port_a2 to port_b2) |
Contents
| Name | Description |
|---|---|
| Medium 1 in the component | |
| Medium 2 in the component |
Revisions
-
January 18, 2019, by Jianjun Hu:
Limited the media choice. See #1050. -
July 8, 2018, by Filip Jorissen:
Added nominal value ofh_outflowinFluidPorts. See #977. - February 18, 2016 by Bram van der Heijde:
First implementation, adapted from Buildings.Fluid.Interfaces.PartialFourPort.