recordBounds
Coefficient data record for properties of cooling tower model
Extends from Modelica.Icons.Record (Icon for records).
Information
This data record contains the bounds for the cooling tower correlations.
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Temperature | TAirInWB_min | Minimum air inlet wet bulb temperature | |
| Modelica.Units.SI.Temperature | TAirInWB_max | Maximum air inlet wet bulb temperature | |
| Modelica.Units.SI.Temperature | TRan_min | Minimum range temperature | |
| Modelica.Units.SI.Temperature | TRan_max | Minimum range temperature | |
| Modelica.Units.SI.Temperature | TApp_min | Minimum approach temperature | |
| Modelica.Units.SI.Temperature | TApp_max | Minimum approach temperature | |
| Real | FRWat_min | Minimum water flow ratio | |
| Real | FRWat_max | Maximum water flow ratio | |
| Real | liqGasRat_max | Maximum liquid to gas ratio |
Revisions
-
June 26, 2013 by Michael Wetter:
Corrected wrong type forFRWat_min,FRWat_maxandliqGasRat_max. They were declared asModelica.Units.SI.MassFraction, which is incorrect as, for example,FRWat_maxcan be larger than one. -
May 16, 2008 by Michael Wetter:
First implementation.