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