packageCoolingTowers

Package with cooling tower models

Extends from Modelica.Icons.Package (Icon for standard packages).

Information

This package contains components models for cooling towers.

The model Buildings.Fluid.HeatExchangers.CoolingTowers.DryCooler computes the performance of a dry cooler using the epsilon-NTU approach, with flow and temperature dependent convective heat transfer coefficients. It uses the dry bulb air temperature as an input.

The model Buildings.Fluid.HeatExchangers.CoolingTowers.FixedApproach computes a fixed approach temperature. It can be used with either the dry bulb or the wet bulb temperature as an input, as it simply sets the coolant leaving temperature to be equal to the air temperature plus a constant offset. Note that this model does not compute fan energy consumption.

The model Buildings.Fluid.HeatExchangers.CoolingTowers.YorkCalc computes the performance of a wet, open cooling tower based the York formula. It uses the wet bulb temperature as an input.

The model Buildings.Fluid.HeatExchangers.CoolingTowers.Merkel computes the performance of a wet, open cooling tower using the Merkel formula. It uses the wet bulb temperature as an input.

Contents

NameDescription
DryCoolerCooling tower model based on epsilon-NTU relation
FixedApproachCooling tower with constant approach temperature
MerkelCooling tower model based on Merkel's theory
YorkCalcCooling tower with variable speed using the York calculation for the approach temperature
CorrelationsPackage with correlations for cooling tower performance
DataCooling tower performance data
ExamplesCollection of models that illustrate model use and test models
ValidationCollection of validation models
BaseClassesPackage with base classes for Buildings.Fluid.HeatExchangers.CoolingTowers