modelEpsilonNTUZ
Test model for the functions epsilon_ntuZ and ntu_epsilonZ
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Model to test the implementation of the epsilon-NTU functions and their inverse functions.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real[6] | Z | Ratio of capacity flow rates | |
| Real[6] | epsilon | Heat exchanger effectiveness | |
| Real[6] | eps | Heat exchanger effectiveness | |
| Real[6] | ntu | Number of transfer units | |
| Real[6] | diff | Difference in results |
Revisions
-
March 6, 2023, by Michael Wetter:
Added a constant in order for unit check to pass.
See #1711 for a discussion. -
September 28, 2016, by Massimo Cimmino:
Modified the test model for the addition ofConstantTemperaturePhaseChangeflow regime. -
April 25, 2016, by Michael Wetter:
Added work-around for JModelica in processing the enumeration. This is for Buildings, issue 510. -
October 19, 2014, by Michael Wetter:
Added conversion fromconftoInteger(conf)as array elements cannot be accessed by an enumeration. This allows the model to run in OpenModelica.