Model for a steady-state or dynamic cooling tower with a variable speed fan using Merkel's calculation method.
To compute the thermal performance, this model takes as parameters the nominal water mass flow rate, the water-to-air mass flow ratio at nominal condition, the nominal inlet air wetbulb temperature, and the nominal water inlet and outlet temperatures. Cooling tower performance is modeled using the effectiveness-NTU relationships for various heat exchanger flow regimes.
The total heat transfer between the air and water entering the tower is computed based on Merkel's theory. The fundamental basis for Merkel's theory is that the steady-state total heat transfer is proportional to the difference between the enthalpy of air and the enthalpy of air saturated at the wetted-surface temperature. This is represented by
dQ̇total = UdA/cp (hs - ha),
where hs is the enthalpy of saturated air at the wetted-surface temperature, ha is the enthalpy of air in the free stream, cp is the specific heat of moist air, U is the cooling tower overall heat transfer coefficient, and A is the heat transfer surface area.
The model also treats the moist air as an equivalent gas with a mean specific heat cpe defined as
cpe = Δh / ΔTwb,
where Δh and ΔTwb are the enthalpy difference and wetbulb temperature difference, respectively, between the entering and leaving air.
For off-design conditions, Merkel's theory is modified to include Sheier's adjustment factors that change the current UA value. The three adjustment factors, based on the current wetbulb temperature, air flow rates, and water flow rates, 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.
By changing the parameter UACor
, the
user can update the values in this record based on the performance characteristics of
their specific cooling tower.
This model is similar to the model CoolingTower:VariableSpeed:Merkel
that is implemented in the EnergyPlus building energy simulation program version 8.9.0.
The main differences are:
The following assumptions are made with Merkel's theory and this implementation:
EnergyPlus 8.9.0 Engineering Reference, March 23, 2018.