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

TypeNameDefaultDescription
Modelica.Units.SI.TemperatureTAirInWB_minMinimum air inlet wet bulb temperature
Modelica.Units.SI.TemperatureTAirInWB_maxMaximum air inlet wet bulb temperature
Modelica.Units.SI.TemperatureTRan_minMinimum range temperature
Modelica.Units.SI.TemperatureTRan_maxMinimum range temperature
Modelica.Units.SI.TemperatureTApp_minMinimum approach temperature
Modelica.Units.SI.TemperatureTApp_maxMinimum approach temperature
RealFRWat_minMinimum water flow ratio
RealFRWat_maxMaximum water flow ratio
RealliqGasRat_maxMaximum liquid to gas ratio

Revisions

  • June 26, 2013 by Michael Wetter:
    Corrected wrong type for FRWat_min, FRWat_max and liqGasRat_max. They were declared as Modelica.Units.SI.MassFraction, which is incorrect as, for example, FRWat_max can be larger than one.
  • May 16, 2008 by Michael Wetter:
    First implementation.