My Project
programmer's documentation
Variables
of 1-D thermal conduction Equation
Collaboration diagram for of 1-D thermal conduction Equation:

Variables

integer, save nmur
 
double precision, dimension(:), allocatable dxp
 
double precision theta
 
double precision dxmin
 
double precision epais
 

Detailed Description

Variable Documentation

◆ dxmin

double precision dxmin

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.

◆ dxp

double precision, dimension(:), allocatable dxp

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

◆ epais

double precision epais

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

◆ nmur

integer, save nmur

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

◆ theta

double precision theta

of the 1-D thermal model

  • 0 : explicit scheme
  • 1 : implicit scheme