7.2
general documentation
cs_nz_condensation.f90 File Reference

Module for parameters options and physical properties of the condensation model using specific zones with different wall temperatures and material properties. More...

Data Types

interface  cs_f_wall_condensation_create
 Create wall condensation structure. More...
 
interface  cs_f_wall_condensation_get_size_pointers
 Return pointers to spcond. More...
 
interface  cs_f_wall_condensation_get_pointers
 Return pointers to spcond. More...
 
interface  cs_wall_condensation_free
 Deallocate wall condensation arrays. More...
 

Modules

module  cs_nz_condensation
 

Functions/Subroutines

subroutine init_sizes_pcond ()
 
subroutine init_nz_pcond (nvar)
 
subroutine finalize_nz_pcond
 

Variables

integer(c_int), pointer, save nfbpcd
 
integer, dimension(:,:), pointer, save itypcd
 
double precision, dimension(:), pointer, save thermal_condensation_flux
 
double precision, dimension(:), pointer, save flthr
 
double precision, dimension(:), pointer, save dflthr
 
double precision, dimension(:,:), pointer, save spcond
 
double precision, dimension(:), pointer, save twall_cond
 
double precision, dimension(:), pointer, save hpcond
 value of the thermal exchange coefficient associated to the condensation model used. See the user subroutine cs_user_wall_condensation More...
 
integer, dimension(:), pointer, save ifbpcd
 list on the nfbpcd faces in which a condensation source terms is imposed. See ifbpcd and the user subroutine cs_user_wall_condensation More...
 
integer(c_int), pointer, save nzones
 
integer, dimension(:), pointer, save izzftcd
 
integer, dimension(:), pointer, save izcophc
 
integer, dimension(:), pointer, save izcophg
 
integer, dimension(:), pointer, save iztag1d
 
integer, save nztag1d
 
double precision, dimension(:), pointer, save ztpar
 Constant value of the wall temperature given by the user when the thermal 1D model is not activated for the condensation model with different zones specified in the user subroutine cs_user_wall_condensation. More...
 
double precision, dimension(:, :), pointer, save zxrefcond
 
double precision, dimension(:, :), pointer, save zprojcond
 

Detailed Description

Module for parameters options and physical properties of the condensation model using specific zones with different wall temperatures and material properties.