My Project
programmer's documentation
Loading...
Searching...
No Matches
Variables
Module for cooling towers constants

Variables

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

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.