My Project
programmer's documentation
Loading...
Searching...
No Matches
Modules | Functions/Subroutines | Variables
cs_tagmr.f90 File Reference

Module for parameters options and physical properties of the 1-D thermal model coupled with condensation. More...

Modules

module  cs_tagmr
 

Functions/Subroutines

subroutine init_tagmr
 
subroutine finalize_tagmr
 

Variables

integer, save nmur
  number of discretized points associated to the (ii)th face with the 1-D thermal model coupled with condensation
 
double precision, dimension(:), allocatable dxp
  space step associated to the spatial discretization of the 1-D thermal model coupled with condensation model
 
double precision theta
 of the 1-D thermal model
 
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.
 
double precision epais
  the wall thickness associated to the (ii)th face with 1-D thermal module
 
double precision rob
  the concrete density associated to solid material
 
double precision condb
  the concrete conductivity coefficient associated to solid material
 
double precision cpb
  the concrete specific heat coefficient associated to solid material
 
double precision hext
  the exterior exchange coefficient associated to solid material
 
double precision text
  the exterior temperature associated to solid material
 
double precision tpar0
  the initial temperature associated to solid material
 
double precision, dimension(:,:), allocatable tmur
  the wall temperature computed with the 1-D thermal model associated to concrete solid material
 

Detailed Description

Module for parameters options and physical properties of the 1-D thermal model coupled with condensation.