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
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nPipPar | Number of parallel pipes in each register | |
| Assumptions | |||
| Boolean | allowFlowReversal | true | = true to allow flow reversal, false restricts to design direction (port_a -> port_b) |
| Initialization | |||
| Modelica.Units.SI.MassFlowRate | mStart_flow_a | Guess value for mass flow rate at port_a | |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Fluid.Interfaces.FluidPort_a | port_a | Fluid connector a for medium (positive design flow direction is from port_a to port_b) |
Contents
| Name | Description |
|---|---|
| Medium in the component |
Revisions
-
September 24, 2015 by Michael Wetter:
Removed thestartattributes inport_aso 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:
RemovedModelica.Fluid.Systemto 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.