modelPartialDuctManifold
Partial manifold for heat exchanger duct connection
Extends from PartialDuctPipeManifold (Partial heat exchanger duct and pipe manifold).
Information
Partial duct manifold for a heat exchanger.
This model defines the duct connection to a heat exchanger. It is extended by other models that model the flow connection between the ports with and without flow friction.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nPipPar (from PartialDuctPipeManifold) | Number of parallel pipes in each register | |
| Integer | nPipSeg | Number of pipe segments per register used for discretization | |
| Assumptions | |||
| Boolean | allowFlowReversal (from PartialDuctPipeManifold) | true | = true to allow flow reversal, false restricts to design direction (port_a -> port_b) |
| Initialization | |||
| Modelica.Units.SI.MassFlowRate | mStart_flow_a (from PartialDuctPipeManifold) | Guess value for mass flow rate at port_a | |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Fluid.Interfaces.FluidPort_a | port_a (from PartialDuctPipeManifold) | Fluid connector a for medium (positive design flow direction is from port_a to port_b) | |
| Modelica.Fluid.Interfaces.FluidPort_b | port_b | Fluid connector b for medium (positive design flow direction is from port_a to port_b) |
Revisions
-
August 22, 2008, by Michael Wetter:
Added start value for port mass flow rate. -
April 14, 2008, by Michael Wetter:
First implementation.