| 
    My Project
    
   programmer's documentation 
   | 
 
Variables | |
| real(c_double), pointer, save | humidity0 | 
| Initial absolute humidity in the cooling tower.  More... | |
| real(c_double), pointer, save | cp_a | 
| Cp of dry air.  More... | |
| real(c_double), pointer, save | cp_v | 
| Cp of water vapour.  More... | |
| real(c_double), pointer, save | cp_l | 
| Cp of liquid water.  More... | |
| real(c_double), pointer, save | hv0 | 
| Enthalpy of vapourisation of water.  More... | |
| real(c_double), pointer, save | rho_l | 
| Density of liquid water.  More... | |
| real(c_double), pointer, save | lambda_l | 
| Conductivity of liquid water.  More... | |
| real(c_double), pointer, save | lambda_h | 
| Conductivity of humid air.  More... | |
| real(c_double), pointer, save | droplet_diam | 
| Droplet diameter for rain zones and liquid water initialization.  More... | |
| real(c_double), pointer, save cp_a | 
Cp of dry air.
| real(c_double), pointer, save cp_l | 
Cp of liquid water.
| real(c_double), pointer, save cp_v | 
Cp of water vapour.
| real(c_double), pointer, save droplet_diam | 
Droplet diameter for rain zones and liquid water initialization.
| real(c_double), pointer, save humidity0 | 
Initial absolute humidity in the cooling tower.
| real(c_double), pointer, save hv0 | 
Enthalpy of vapourisation of water.
| real(c_double), pointer, save lambda_h | 
Conductivity of humid air.
| real(c_double), pointer, save lambda_l | 
Conductivity of liquid water.
| real(c_double), pointer, save rho_l | 
Density of liquid water.
 1.8.16