References¶
Primary References¶
These are the key publications used in the development and validation of this unit operation.
1. Merkel Method — Original Publication¶
Merkel, F. "Verdunstungskuhlung." VDI-Zeitschrift, Vol. 70, pp. 123-128, 1925.
The foundational paper that established the combined enthalpy-difference method for cooling tower analysis. Merkel's key insight was that assuming Le = 1 reduces the coupled heat and mass transfer problem to a single integral.
2. Baker & Shryock — Comprehensive Analysis¶
Baker, D.R. and Shryock, H.A. "A Comprehensive Approach to the Analysis of Cooling Tower Performance." ASME Journal of Heat Transfer, Vol. 83(3), pp. 339-349, 1961.
https://doi.org/10.1115/1.3682276
The seminal paper on practical Merkel method implementation. Provides detailed numerical examples (Tables 1a, 1b, 2) that remain the standard benchmark for cooling tower software validation. Baker's Equation 30a defines the Merkel integral without the L/G factor in the integrand.
Used for: Literature validation — Test Set 1 (Table 1b, 8 test points).
3. Poppe & Rogener — Rigorous Method¶
Poppe, M. and Rogener, H. "Berechnung von Ruckkuhlwerken." VDI-Warmeatlas, Section Mi 1-15, VDI-Verlag, Dusseldorf, 1991.
The Poppe method extends the Merkel approach by removing the Le = 1 assumption and explicitly tracking the humidity ratio through the tower. This results in a system of three coupled ODEs solved by Runge-Kutta integration.
Used for: Poppe method implementation (RK4 integration).
4. Stoecker & Jones — Textbook Example¶
Stoecker, W.F. and Jones, J.W. Refrigeration and Air Conditioning, 2nd Edition. McGraw-Hill, New York, 1982. ISBN: 978-0070616196.
Classic textbook with a fully worked cooling tower example providing inlet conditions, outlet temperature, and evaporation rate.
Used for: Literature validation — Test Set 2 (outlet temperature prediction).
5. Kloppers & Kroger — Method Comparison¶
Kloppers, J.C. and Kroger, D.G. "A critical investigation into the heat and mass transfer analysis of counterflow wet-cooling towers." International Journal of Heat and Mass Transfer, Vol. 48(3-4), pp. 765-777, 2005.
https://doi.org/10.1016/j.ijheatmasstransfer.2004.09.004
Comprehensive comparison of Merkel, Poppe, and e-NTU methods. Demonstrates that the Merkel method underestimates KaV/L by 1-5% compared to Poppe under typical conditions.
Used for: Understanding and justifying the Poppe vs Merkel differences observed in validation.
6. Kloppers & Kroger — Lewis Factor¶
Kloppers, J.C. and Kroger, D.G. "The Lewis factor and its influence on the performance prediction of wet-cooling towers." International Journal of Thermal Sciences, Vol. 44(9), pp. 879-884, 2005.
https://doi.org/10.1016/j.ijthermalsci.2005.03.006
Detailed analysis of the Lewis factor and its impact on cooling tower predictions. Shows that Le_f deviates from unity by up to 10% in extreme conditions.
Used for: Lewis factor implementation in the Poppe method.
Supporting References¶
7. ASHRAE Fundamentals — Psychrometrics¶
ASHRAE. ASHRAE Handbook — Fundamentals, Chapter 6: Psychrometrics. American Society of Heating, Refrigerating and Air-Conditioning Engineers, Atlanta, GA, 2017.
Standard reference for psychrometric property calculations (saturation pressure, humidity ratio, enthalpy).
Used for: All psychrometric property correlations.
8. ASHRAE HVAC Systems — Cooling Towers¶
ASHRAE. ASHRAE Handbook — HVAC Systems and Equipment, Chapter 40: Cooling Towers. American Society of Heating, Refrigerating and Air-Conditioning Engineers, Atlanta, GA, 2020.
Comprehensive chapter on cooling tower types, selection, and performance characteristics.
Used for: Tower classification, terminology, and practical guidelines.
9. Kroger — Air-Cooled Heat Exchangers and Cooling Towers¶
Kroger, D.G. Air-Cooled Heat Exchangers and Cooling Towers: Thermal-Flow Performance Evaluation and Design, Vol. I and II. PennWell Books, Tulsa, OK, 2004. ISBN: 978-0878148967.
A comprehensive reference covering both natural and mechanical draft cooling towers with detailed derivations of all methods.
Used for: Theoretical background and implementation reference.
10. Bosnjakovic — Lewis Factor Correlation¶
Bosnjakovic, F. Technische Thermodynamik. Theodor Steinkopff, Dresden, 1965.
Source of the Bosnjakovic formula for the Lewis factor used in the Poppe method.
Used for: Lewis factor calculation.
11. CTI Acceptance Test Code¶
Cooling Technology Institute. CTI ATC-105: Acceptance Test Code for Water Cooling Towers. CTI, Houston, TX, 2000.
Industry standard for cooling tower acceptance testing using the Chebyshev 4-point integration of the Merkel equation.
Used for: Understanding the Chebyshev method used by Baker and CTI.
12. Numerical Methods¶
Burden, R.L. and Faires, J.D. Numerical Analysis, 10th Edition. Cengage Learning, 2015. ISBN: 978-1305253667.
Press, W.H., Teukolsky, S.A., Vetterling, W.T. and Flannery, B.P. Numerical Recipes: The Art of Scientific Computing, 3rd Edition. Cambridge University Press, 2007. ISBN: 978-0521880688.
Used for: Simpson's rule, Runge-Kutta 4th order, bisection method.
13. Singh & Das — Experimental Validation¶
Singh, K. and Das, R. "An experimental and multi-objective optimization study of a forced draft cooling tower with different fills." Energy Conversion and Management, Vol. 111, pp. 417-430, 2016.
https://doi.org/10.1016/j.enconman.2015.12.080
Used for: Additional reference on fill characteristics and experimental data.