# Cooling Tower Design & Thermal Rating Calculator Documentation

# 1. Overview

The Cooling Tower Design & Thermal Rating Calculator is a chemical and utility engineering tool designed to rate, size, and evaluate the performance of Induced-Draft Counterflow Cooling Towers. It computes cooling duty (TR\text{TR} and kW\text{kW}), cooling approach (AA), Merkel transfer units (NTU\text{NTU} / KaV/L\text{KaV/L}), active PVC fill surface area (AtotalA_{total}), total fan static pressure drop (ΔPtotal\Delta P_{total}), fan motor power (PfanP_{fan}), and evaporative/makeup water losses (MM).


# 2. Fundamental Equations & Chemical Engineering Formulas

# 2.1 Thermal Heat Duty (QQ)

Q=mwCp(ThotTcold)3600[kW]Q = \frac{m_w \cdot C_p \cdot (T_{hot} - T_{cold})}{3600} \quad [\text{kW}]
Duty in TR=Q3.51685[TR]\text{Duty in TR} = \frac{Q}{3.51685} \quad [\text{TR}]

Where:

  • mwm_w: Water mass flow rate (kg/h=Water Flow in m3/h×1000\text{kg/h} = \text{Water Flow in m}^3/\text{h} \times 1000)
  • CpC_p: Specific heat of water (4.184 kJ/kgC4.184 \text{ kJ/kg}\cdot^\circ\text{C})
  • ThotT_{hot}: Hot water inlet return temperature (C^\circ\text{C})
  • TcoldT_{cold}: Cold water outlet supply temperature (C^\circ\text{C})

# 2.2 Range, Approach & Cooling Efficiency

Cooling Range (ΔT)=ThotTcold[C]\text{Cooling Range } (\Delta T) = T_{hot} - T_{cold} \quad [^\circ\text{C}]
Cooling Approach (A)=TcoldTWB[C]\text{Cooling Approach } (A) = T_{cold} - T_{WB} \quad [^\circ\text{C}]
Cooling Efficiency (ηCT)=ThotTcoldThotTWB×100%\text{Cooling Efficiency } (\eta_{CT}) = \frac{T_{hot} - T_{cold}}{T_{hot} - T_{WB}} \times 100\%

Where TWBT_{WB} is the ambient wet-bulb temperature.


# 2.3 Geometry & PVC Honeycomb Fill Area

Footprint Area (Afootprint)=L×W[m2]\text{Footprint Area } (A_{footprint}) = L \times W \quad [\text{m}^2]
Liquid Flux (Lflux)=QLAfootprint[m3/m2h]\text{Liquid Flux } (L_{flux}) = \frac{Q_L}{A_{footprint}} \quad [\text{m}^3/\text{m}^2\cdot\text{h}]
Active Fill Volume (Vfill)=Afootprint×Hfill[m3]\text{Active Fill Volume } (V_{fill}) = A_{footprint} \times H_{fill} \quad [\text{m}^3]
Total Surface Area (Atotal)=asp×Vfill[m2]\text{Total Surface Area } (A_{total}) = a_{sp} \times V_{fill} \quad [\text{m}^2]

Where aspa_{sp} is the specific surface area of the PVC fill blocks (m2/m3\text{m}^2/\text{m}^3).


# 2.4 Merkel Transfer Units (NTU\text{NTU}) via 4-Point Chebyshev Rule

NTU=KaVLΔT4×(1Δh1+1Δh2+1Δh3+1Δh4)\text{NTU} = \frac{K_a \cdot V}{L} \approx \frac{\Delta T}{4} \times \left( \frac{1}{\Delta h_1} + \frac{1}{\Delta h_2} + \frac{1}{\Delta h_3} + \frac{1}{\Delta h_4} \right)

Where Δhi=hs,iha,i\Delta h_i = h_{s,i} - h_{a,i} is the enthalpy driving force evaluated at four intermediate temperatures:

Ti=Tcold+ciΔTfor ci{0.1,0.4,0.6,0.9}T_i = T_{cold} + c_i \cdot \Delta T \quad \text{for } c_i \in \{0.1, 0.4, 0.6, 0.9\}

# 2.5 Air Pressure Drop & Fan Motor Power

ΔPtotal=ΔPfill+ΔPlouver(3.0)+ΔPdrift(2.5)+ΔPstack(2.0)[mmWC]\Delta P_{total} = \Delta P_{fill} + \Delta P_{louver} (3.0) + \Delta P_{drift} (2.5) + \Delta P_{stack} (2.0) \quad [\text{mmWC}]
Pfan=(G/3600)(ΔPtotal9.80665)1000ηfanηmotor×1.15[kW]P_{fan} = \frac{(G / 3600) \cdot (\Delta P_{total} \cdot 9.80665)}{1000 \cdot \eta_{fan} \cdot \eta_{motor}} \times 1.15 \quad [\text{kW}]

# 2.6 Evaporative & Water Balance Losses

  • Evaporation Loss (EE):
E=0.00085×QL×ΔT×1.8[m3/h]E = 0.00085 \times Q_L \times \Delta T \times 1.8 \quad [\text{m}^3/\text{h}]
  • Drift Droplet Loss (DD):
D=0.00005×QL[m3/h]D = 0.00005 \times Q_L \quad [\text{m}^3/\text{h}]
  • Blowdown Rate (BB):
B=ECoC1[m3/h]B = \frac{E}{CoC - 1} \quad [\text{m}^3/\text{h}]
  • Total Fresh Makeup Water (MM):
M=E+D+B[m3/h]M = E + D + B \quad [\text{m}^3/\text{h}]

  • Approach Target: Maintain an approach of 4.09.0C4.0 - 9.0^\circ\text{C} for efficient thermal sizing.
  • Liquid Loading Rate: Keep liquid flux rate within 1222 m3/m2h12 - 22 \text{ m}^3/\text{m}^2\cdot\text{h} to prevent dry spots or flooding.
  • Fill Height: Standard PVC honeycomb fill heights range between 1.20 m1.20 \text{ m} and 1.65 m1.65 \text{ m}.