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:

  1. it has four ports, and
  2. the parameter showDesignFlowDirection is not implemented.

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)

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)

Contents

NameDescription
Medium1Medium 1 in the component
Medium2Medium 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 of h_outflow in FluidPorts. See #977.
  • February 18, 2016 by Bram van der Heijde:
    First implementation, adapted from Buildings.Fluid.Interfaces.PartialFourPort.