My Project
programmer's documentation
Variables
parameters of the 1-D conduction equation
Collaboration diagram for parameters of the 1-D conduction equation:

Variables

integer, save znmurx
 
integer, dimension(:), allocatable znmur
 
double precision, dimension(:,:), allocatable zdxp
 
double precision, dimension(:), allocatable ztheta
 
double precision, dimension(:), allocatable zdxmin
 
double precision, dimension(:), allocatable zepais
 

Detailed Description

Variable Documentation

◆ zdxmin

double precision, dimension(:), allocatable zdxmin

the minimal space step of 1-D thermal model by default equal to 0 with a homogeneus space step. this numerical parameter is used to impose a geometric progression ratio of the mesh refinement associated to (ii)th face with the 1-D thermal model.

◆ zdxp

double precision, dimension(:,:), allocatable zdxp

space step associated to the spatial discretization of the 1-D thermal model coupled with condensation model

◆ zepais

double precision, dimension(:), allocatable zepais

the wall thickness associated to the (ii)th face with 1-D thermal module

◆ znmur

integer, dimension(:), allocatable znmur

number of discretized points associated to the (ii)th face with the 1-D thermal model coupled with condensation

◆ znmurx

integer, save znmurx

Maximal number of discretized points associated to the (ii)th face with the 1-D thermal model coupled with condensation

◆ ztheta

double precision, dimension(:), allocatable ztheta

of the 1-D thermal model

  • 0 : explicit scheme
  • 1 : implicit scheme