modelManifold
Extends from AixLib.Obsolete.BaseClasses.ObsoleteModel (Icon for classes that are obsolete and will be removed in later versions).
Information
Overview
Model for a manifold
Level of Development
Concept
Collects the flow of the n input ports into one single output port. Input flows must be of the same medium (same density and specific heat capacity). The temperature and enthalpy of the output flow are obtained by balancing the mass and enthalpy flows.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n | 1 | Number of input flows |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Interfaces.EnthalpyPort_a[n] | enthalpyPort_a | ||
| Interfaces.EnthalpyPort_b | enthalpyPort_b |
Revisions
-
April 13, 2017 Tobias Blacha:
Moved into AixLib -
February 22, 2014 by Nicolás Chang:
Implemented.