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

TypeNameDefaultDescription
Assumptions
BooleanallowFlowReversal1true= true to allow flow reversal in medium 1, false restricts to design direction (port_a -> port_b)
BooleanallowFlowReversal2true= true to allow flow reversal in medium 2, false restricts to design direction (port_a -> port_b)
BooleanallowFlowReversal3true= true to allow flow reversal in medium 3, false restricts to design direction (port_a -> port_b)
BooleanallowFlowReversal4true= true to allow flow reversal in medium 4, false restricts to design direction (port_a -> port_b)
Advanced › Initialization
Modelica.Units.SI.SpecificEnthalpyh_outflow_a1_startMedium1.h_defaultStart value for enthalpy flowing out of port a1
Modelica.Units.SI.SpecificEnthalpyh_outflow_b1_startMedium1.h_defaultStart value for enthalpy flowing out of port b1
Modelica.Units.SI.SpecificEnthalpyh_outflow_a2_startMedium2.h_defaultStart value for enthalpy flowing out of port a2
Modelica.Units.SI.SpecificEnthalpyh_outflow_b2_startMedium2.h_defaultStart value for enthalpy flowing out of port b2
Modelica.Units.SI.SpecificEnthalpyh_outflow_a3_startMedium3.h_defaultStart value for enthalpy flowing out of port a1
Modelica.Units.SI.SpecificEnthalpyh_outflow_b3_startMedium3.h_defaultStart value for enthalpy flowing out of port b1
Modelica.Units.SI.SpecificEnthalpyh_outflow_a4_startMedium4.h_defaultStart value for enthalpy flowing out of port a1
Modelica.Units.SI.SpecificEnthalpyh_outflow_b4_startMedium4.h_defaultStart value for enthalpy flowing out of port b1

Connectors

TypeNameDefaultDescription
Modelica.Fluid.Interfaces.FluidPort_aport_a1Fluid connector a1 (positive design flow direction is from port_a1 to port_b1)
Modelica.Fluid.Interfaces.FluidPort_bport_b1Fluid connector b1 (positive design flow direction is from port_a1 to port_b1)
Modelica.Fluid.Interfaces.FluidPort_aport_a2Fluid connector a2 (positive design flow direction is from port_a2 to port_b2)
Modelica.Fluid.Interfaces.FluidPort_bport_b2Fluid connector b2 (positive design flow direction is from port_a2 to port_b2)
Modelica.Fluid.Interfaces.FluidPort_aport_a3Fluid connector a1 (positive design flow direction is from port_a3 to port_b3)
Modelica.Fluid.Interfaces.FluidPort_bport_b3Fluid connector b2 (positive design flow direction is from port_a3 to port_b3)
Modelica.Fluid.Interfaces.FluidPort_aport_a4Fluid connector a1 (positive design flow direction is from port_a4 to port_b4)
Modelica.Fluid.Interfaces.FluidPort_bport_b4Fluid connector b2 (positive design flow direction is from port_a4 to port_b4)

Contents

NameDescription
Medium1Medium 1 in the component
Medium2Medium 2 in the component
Medium3Medium 3 in the component
Medium4Medium 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.