Cooling Tower
From SysCAD Documentation
Navigation: Models -> Energy Transfer Models
Contents |
General Description
The cooling Tower has two calculation modes:
- Simple -- This is a very basic water evaporation model. The models assumes the cooling effect comes from water evaporation only and does not take into account the heat exchanged with air flow or tower design.
- Merkel -- The implementation of the Merkel method allows the user to obtain some tower design characteristics and calculate the tower outlet temperature based on the Air Wet bulb temperature and Liquid to Gas mass flow ratio.
Note: The Cooling Tower Project and Evaporation Project, which are distributed with SysCAD in the Examples folder, demonstrate the use of this model in a SysCAD project.
Diagram
The diagram shows the default drawing of the cooling tower, with the required connecting streams. The unit will not operate unless all of the above streams are connected. There are two optional output connections for the loss streams.
The physical location of the connections is not important; the user may connect the streams to any position on the drawing.
Inputs and Outputs
| Label | Input / Output | No. of Connections | Description | |
|---|---|---|---|---|
| Min | Max | |||
| Feed | In | 1 | 10 | The warm water feed. |
| Vapour | Out | 1 | 1 | The evaporation loss. |
| LiquorLoss | Out | 1 | Cooling tower water loss. | |
| DriftLoss | Out | 1 | Cooling tower drift loss. | |
| Liquor | Out | 1 | 1 | The cooled water outlet. |
Model Theory
Simple Method
The way this model works is to cool the water inlet by water evaporation. The user is required to specify the air wet bulb temperature, and the approach temperature to this wet bulb temperature. Enough water is then evaporated to achieve this.
Merkel Method
The warm water entering the tower is cooled by transferring Sensible and latent heat from water droplets to the surrounding air.
Merkel has developed a method to analyse this heat transfer base on the enthalpy potential difference as the driving force. Please refer to Reference 1 for the full theory. However, the equations implemented by SysCAD will be briefly outlined below for quick reference.
The integrated form of the Merkel equation is:
Where:
- KaV/L = tower characteristic
- K = mass transfer coefficient (lb water/h ft2)
- a = contact area/tower volume (ft/ft)
- V = active cooling volume/plan area (ft/ft)
- L = water rate (lb/h ft2)
- T1 = hot water temperature (°F)
- T2 = cold water temperature (°F)
- T = bulk water temperature (°F)
- hw = enthalpy of air-water vapour mixture at bulk water temperature (Btu/lb dry air)
- ha = enthalpy of air-water vapour mixture at wet bulb temperature (Btu/lb dry air)
Thermodynamics also dictate that the heat removed from the water must be equal to the heat absorbed by the surrounding air, thus:
where:
- L/G = liquid to gas mass flow ratio (lb/lb or kg/kg)
- T1 = hot water temperature (°F)
- T2 = cold water temperature (°F)
- h2 = enthalpy of air-water vapour mixture at exhaust wet-bulb temperature (Btu/lb dry air)
- h1 = enthalpy of air-water vapour mixture at inlet wet-bulb temperature (Btu/lb dry air)
Using the above equations, the user can either solve for:
- KaV/L -- by providing the L/G ratio, ambient wet bulb temperature, and water outlet temperature required (or the approach temperature).
- Water outlet temperature -- by providing the L/G ratio, ambient wet bulb temperature, and tower characteristics.
- NOTE: Tower characteristics values can be obtained through vendors or by looking up nomographs, such as the one found in Perry's Chemical Engineer's Handbook 6th edition page 12-15. Typical numbers used for mechanical draft cooling towers are:
- L/G ranging from 0.75 to 1.5, and
- KaV/L ranging from 0.5 to 2.5.
Water Make-up
A number of methods are available to calculate the water losses. Water losses include evaporation, drift (water entrained in discharge vapour), and blowdown (water released to discard solids). See Perry's Chemical Engineer's Handbook for more information.
1) LossMethod: Drift and Blowdown
- Evaporation Factor = 0.00085
- Evaporation Loss = Evaporation Factor * water flowrate * (T1-T2) [T1 and T2 in °F]
- Drift losses = typically 0.1 to 0.2% of water supply
- Blowdown Loss = Evaporation Loss/(cycles-1)
- where cycles is the ratio of solids in the circulating water to the solids in the make-up water
- Total Losses = Evaporation Losses + Drift Losses + Blowdown Losses
2) LossMethod: None
- There are no drift or blowdown losses.
3) LossMethod: Mass Fraction and Mass Flow
- Can specify the required loss directly as fraction or flow. In addition, using FracOfLossToDrift, the amount of this loss that reports to drift (remainder goes to blowdown ) can be set.
Optional stream connections for losses
The output streams LiqLoss and DriftLoss are optional connections. The drift and blowdown losses report as follows depending on if these streams are connected:
- No LiqLoss and No DriftLoss : All losses exit with Liquor stream
- LiqLoss present and No DriftLoss : All losses exit with LiqLoss stream
- LiqLoss present and DriftLoss present : Blowdown reports to LiqLoss stream and drift reports to DriftLoss stream
- No LiqLoss and DriftLoss present : Blowdown reports to Liquor stream and drift reports to DriftLoss stream
Assumptions, Limitations and comments
- The Simple method only accounts for the cooling effect of water evaporation in the cooling tower. Cooling by airflow is not accounted for neither is the tower design.
- The feed stream must contain water.
For Merkel method:
- The merkel method uses the air enthalpy difference to calculate the water outlet temperature; SysCAD does this internally using hardwired air enthalpy equations. Therefore, the user does not need to put in an air stream to the cooling tower. The required air flowrate is calculated from the required L/G ratio.
- The maximum valid air temperature (for air enthalpy calculation) is 70dC or 158dF.
- The ambient wet bulb temperature is required as an input. The cooling tower model in SysCAD does not handle relative humidity and so on.
- It is important to check for the validity of L/G and KaV/L values from nomographs otherwise you may have conditions where a solution cannot be found.
- L/G ratio is the actual ratio; design L/G and tower efficiency have not been accounted for.
For Air Water Mixture Estimates:
- The airflow to the cooling tower is not an actual connection on the flowsheet, but rather it is an estimate of what it should be based on user specified L/G ratio. The air-water mixture outlet properties are also estimated using user specified air feed conditions.
- If the psychrometric charts are handy, user should refer to it for wet bulb temperature and air humidity information.
References
1. Perry et al Perry's Chemical Engineers' Handbook 6th or 7th Edition, pp 12-12 to 12-17, McGraw-Hill 1984
Data Sections
The default sections and variable names are described in detail in the following table. The default Cooling Tower access window consists of 3 sections:
- The first section, which has the name CoolTwr, contains general information relating to the unit
- The Info section, contains general settings for the unit and allows the user to include documentation about the unit and create Hyperlinks to external documents. This is fully described in Common Data Sections.
- Links tab, only visible in SysCAD 9.2, contains a summary table for all the input and output streams.
- Audit tab - contains summary information required for Mass and Energy balance. See Model Examples for enthalpy calculation Examples.
Class: CoolTwr - The first tab page in the access window will have this name.
Adding this Model to a Project
Insert into Configuration file
Sort either by DLL or Group.
|
|
DLL: |
HeatXch1.dll |
→ |
Units/Links |
→ |
Heat Transfer: Cooling Tower |
|
or |
Group: |
Energy Transfer |
→ |
Units/Links |
→ |
Heat Transfer: Cooling Tower |
See Project Configuration for more information on adding models to the configuration file.
Insert into Project
|
|
Insert Unit |
→ |
Heat Transfer |
→ |
Cooling Tower |
See Insert Unit for general information on inserting units.

