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 |
|---|---|
| Coefficient data record for properties of cooling tower model |
Buildings.Fluid.HeatExchangers.CoolingTowers.Correlations.BaseClasses.BoundsThis 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";
Real FRWat_min(final min=0, final max=1) "Minimum water flow ratio";
Real FRWat_max(final min=0) "Maximum water flow ratio";
Real liqGasRat_max(final min=0) "Maximum liquid to gas ratio";
end Bounds;