This data record contains the cooling tower performance data for
Buildings.Fluid.HeatExchangers.CoolingTowers.Merkel.
Similar to the CoolingTower:VariableSpeed:Merkel
model in EnergyPlus,
Merkel's theory is modified to include Scheier's adjustment factors that
adjust UA values at off-design conditions. The three factors are:
cDifWB
- Corrected UA based on the difference between the
current wetbulb temperature and the design wetbulb temperature.
cAirFra
- Corrected UA based on the ratio of the current air
flow rate and the design air flow rate.
cWatFra
- Corrected UA based on the ratio of the current water
flow rate and the design water flow rate.
The user can update the values in this record based on the performance characteristics of their cooling tower.
These three adjustment factors are used to calculate the UA value as
UAe = UA0 · fUA,wetbulb · fUA,airflow · fUA,waterflow,
where UAe and UA0 are the equivalent and design overall heat transfer coefficent-area products, respectively.
The factors fUA,wetbulb, fUA,airflow, and fUA,waterflow adjust the current UA value for the current wetbulb temperature, air flow rate, and water flow rate, respectively. These adjustment factors are third-order polynomial functions defined as
fUA,x = cx,0 + cx,1 x + cx,2 x2 + cx,3 x3,
where x = {(T0,wetbulb - Twetbulb), ṁair ⁄ ṁ0,air, ṁwat ⁄ ṁ0,wat} for the respective adjustment factor, and the coefficients cx,0, cx,1, cx,2, and cx,3 are the user-defined values for the respective adjustment factor functions obtained from Buildings.Fluid.HeatExchangers.CoolingTowers.Data.UAMerkel.