modelEightPort
Partial model with eight ports
Information
This model defines an interface for components with eight ports. The parameters allowFlowReversal1,
allowFlowReversal2, allowFlowReversal3 and allowFlowReversal4
may be used by models that extend this model to treat flow reversal.
This model is identical to Modelica.Fluid.Interfaces.PartialTwoPort, except that it has eight ports.
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) |
| Boolean | allowFlowReversal3 | true | = true to allow flow reversal in medium 3, false restricts to design direction (port_a -> port_b) |
| Boolean | allowFlowReversal4 | true | = true to allow flow reversal in medium 4, false restricts to design direction (port_a -> port_b) |
| Advanced › Initialization | |||
| Modelica.Units.SI.SpecificEnthalpy | h_outflow_a1_start | Medium1.h_default | Start value for enthalpy flowing out of port a1 |
| Modelica.Units.SI.SpecificEnthalpy | h_outflow_b1_start | Medium1.h_default | Start value for enthalpy flowing out of port b1 |
| Modelica.Units.SI.SpecificEnthalpy | h_outflow_a2_start | Medium2.h_default | Start value for enthalpy flowing out of port a2 |
| Modelica.Units.SI.SpecificEnthalpy | h_outflow_b2_start | Medium2.h_default | Start value for enthalpy flowing out of port b2 |
| Modelica.Units.SI.SpecificEnthalpy | h_outflow_a3_start | Medium3.h_default | Start value for enthalpy flowing out of port a1 |
| Modelica.Units.SI.SpecificEnthalpy | h_outflow_b3_start | Medium3.h_default | Start value for enthalpy flowing out of port b1 |
| Modelica.Units.SI.SpecificEnthalpy | h_outflow_a4_start | Medium4.h_default | Start value for enthalpy flowing out of port a1 |
| Modelica.Units.SI.SpecificEnthalpy | h_outflow_b4_start | Medium4.h_default | Start value for enthalpy flowing out of port b1 |
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) | |
| Modelica.Fluid.Interfaces.FluidPort_a | port_a3 | Fluid connector a1 (positive design flow direction is from port_a3 to port_b3) | |
| Modelica.Fluid.Interfaces.FluidPort_b | port_b3 | Fluid connector b2 (positive design flow direction is from port_a3 to port_b3) | |
| Modelica.Fluid.Interfaces.FluidPort_a | port_a4 | Fluid connector a1 (positive design flow direction is from port_a4 to port_b4) | |
| Modelica.Fluid.Interfaces.FluidPort_b | port_b4 | Fluid connector b2 (positive design flow direction is from port_a4 to port_b4) |
Contents
| Name | Description |
|---|---|
| Medium 1 in the component | |
| Medium 2 in the component | |
| Medium 3 in the component | |
| Medium 4 in the component |
Revisions
-
August 27, 2024, by Jianjun Hu:
Corrected dropdown media choice. See IBPSA #1924. -
January 18, 2019, by Jianjun Hu:
Limited the media choice. See IBPSA #1050. - July 2014, by Damien Picard:
First implementation.