recordAirFlow
Record for primary air parameters
Extends from Modelica.Icons.Record (Icon for records).
Information
Data record for performance data that describe the air volume flow rate versus the change in the rate of heating or cooling.
The normamlized volume flow rate rV must be strictly increasing, i.e., rVi < rVi+1. Both vectors, rV and f must have the same size.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | r_V | Normalized air volume flow rate at user-selected operating points | |
| Real[size(r_V, 1)] | f | Normalized performance factor at these flow rates |
Revisions
-
June 13, 2016, by Michael Wetter:
Revised implementation. -
May 20, 2016, by Alessandro Maccarini:
First implementation.