 
This package contains base classes that are used to construct the models in Buildings.Fluid.HeatExchangers.CoolingTowers.Correlations.
Extends from Modelica.Icons.BasesPackage (Icon for packages containing base classes).
| Name | Description | 
|---|---|
|  Bounds | Coefficient data record for properties of cooling tower model | 
 Buildings.Fluid.HeatExchangers.CoolingTowers.Correlations.BaseClasses.Bounds
Buildings.Fluid.HeatExchangers.CoolingTowers.Correlations.BaseClasses.Bounds
This data record contains the bounds for the cooling tower correlations.
Extends from Modelica.Icons.Record (Icon for records).
record Bounds 
  "Coefficient data record for properties of cooling tower model"
  extends Modelica.Icons.Record;
  Modelica.SIunits.Temperature TAirInWB_min 
    "Minimum air inlet wet bulb temperature";
  Modelica.SIunits.Temperature TAirInWB_max 
    "Maximum air inlet wet bulb temperature";
  Modelica.SIunits.Temperature TRan_min "Minimum range temperature";
  Modelica.SIunits.Temperature TRan_max "Minimum range temperature";
  Modelica.SIunits.Temperature TApp_min "Minimum approach temperature";
  Modelica.SIunits.Temperature TApp_max "Minimum approach temperature";
  Modelica.SIunits.MassFraction FRWat_min "Minimum water flow ratio";
  Modelica.SIunits.MassFraction FRWat_max "Maximum water flow ratio";
  Modelica.SIunits.MassFraction liqGasRat_max "Maximum liquid to gas ratio";
end Bounds;