recordHeatExchangerEffectiveness
Parameters for defining heat exchanger effectiveness at different wheel speed ratios
Extends from Modelica.Icons.Record (Icon for records).
Information
Data record that describes wheel speed ratio uSpe versus
heat exchange effectiveness corrections epsCor, i.e., the ratio of the heat exchange effectiveness
to that when the uSpe is 1.
The elements of the vector uSpe should be in ascending order,
i.e.,uSpe[i] < uSpe[i+1].
Both vectors, uSpe and epsCor
must have the same size.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | uSpe | Wheel speed ratio | |
| Real[:] | epsCor | Correction of the heat exchange effectiveness for speed ratios between 0 and 1 |
Revisions
-
May 28, 2024, by Sen Huang:
First implementation.