My Project
programmer's documentation
Variables
Module for cooling towers constants

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...
 

Detailed Description

Variable Documentation

◆ cp_a

real(c_double), pointer, save cp_a

Cp of dry air.

◆ cp_l

real(c_double), pointer, save cp_l

Cp of liquid water.

◆ cp_v

real(c_double), pointer, save cp_v

Cp of water vapour.

◆ droplet_diam

real(c_double), pointer, save droplet_diam

Droplet diameter for rain zones and liquid water initialization.

◆ humidity0

real(c_double), pointer, save humidity0

Initial absolute humidity in the cooling tower.

◆ hv0

real(c_double), pointer, save hv0

Enthalpy of vapourisation of water.

◆ lambda_h

real(c_double), pointer, save lambda_h

Conductivity of humid air.

◆ lambda_l

real(c_double), pointer, save lambda_l

Conductivity of liquid water.

◆ rho_l

real(c_double), pointer, save rho_l

Density of liquid water.