modelPartialDuctPipeManifold

Partial heat exchanger duct and pipe manifold

Extends from Buildings.BaseClasses.BaseIcon (Base icon).

Information

Partial heat exchanger manifold. This partial model defines ports and parameters that are used for air-side and water-side heat exchanger manifolds.

Parameters

TypeNameDefaultDescription
IntegernPipParNumber of parallel pipes in each register
Assumptions
BooleanallowFlowReversaltrue= true to allow flow reversal, false restricts to design direction (port_a -> port_b)
Initialization
Modelica.Units.SI.MassFlowRatemStart_flow_aGuess value for mass flow rate at port_a

Connectors

TypeNameDefaultDescription
Modelica.Fluid.Interfaces.FluidPort_aport_aFluid connector a for medium (positive design flow direction is from port_a to port_b)

Contents

NameDescription
MediumMedium in the component

Revisions

  • September 24, 2015 by Michael Wetter:
    Removed the start attributes in port_a so that Buildings.Fluid.HeatExchangers.Examples.DryCoilDiscretized translates when using the pedantic mode in Dymola 2016. This is for #426.
  • December 22, 2014 by Michael Wetter:
    Removed Modelica.Fluid.System to address issue #311.
  • August 22, 2008, by Michael Wetter:
    Added start value for port mass flow rate.
  • April 14, 2008, by Michael Wetter:
    First implementation.