Source: Reicher, M., 2020, “Facebook to build $800M data center in Gallatin, Tennessee.” The Tennessean. Retrieved from https://www.tennessean.com/story/news/2020/08/12/facebook-building-800-m-data-center-gallatin-tennessee/3343663001/
The increasing use of AI by almost everyone from their daily lives to using it as a vital tool in their jobs has spurred a construction frenzy of data centers.
Such data centers can range in energy consumption from kilowatts to megawatts (with some already in construction in the gigawatt scale), and these massive installations require 24/7 cooling so they can keep operating efficiently.
Evaporating cooling is one technology often used to satisfy this cooling demand, typically via cooling towers (CT). These systems utilize water as the working fluid: heat from the server rooms is transferred to a chiller, which in turn transfers the heat to the water of the cooling tower so that it may in turn be cooled down and recirculated
Understanding how much water is utilized with this type of cooling system is vital to help design sustainable buildings and minimize the use of our most vital resource. This was the aim of my time as a research assistant at Arizona State University, my work focused on developing thermodynamic models in python to estimate the water use of such cooling system. These models were then compared to real-world data to determine accuracy and potential areas of improvement
Source: U.S Department of Energy, n.d., "Cooling Water Efficiency Opportunities for Federal Data Centers" Retrieved from https://www.energy.gov/femp/cooling-water-efficiency-opportunities-federal-data-centers
The final model was designed for the user to be able to optimize only airflow or only water flow or both and return relevant results. The latest version of the model tries to effectively implement a Model Predictive Control (MPC) system to optimize the air and water flow given the initial conditions.
Required inputs for example simulation
Results from example simulation per CT and total CT's
The input data is based on local average weather conditions, amount of cooling towers to be analyzed, and the specifications of the cooling tower model. The code then utilizes the data to evaluate the thermodynamic model and produce an approximate of water use and cooling achieved per cooling tower and for all the cooling towers combined.