|
| integer, save | znmurx |
| | Maximal number of discretized points associated to the (ii)th face with the 1-D thermal model coupled with condensation More...
|
| |
| integer, dimension(:), allocatable | znmur |
| | number of discretized points associated to the (ii)th face with the 1-D thermal model coupled with condensation More...
|
| |
| double precision, dimension(:,:), allocatable | zdxp |
| | space step associated to the spatial discretization of the 1-D thermal model coupled with condensation model More...
|
| |
| double precision, dimension(:), allocatable | ztheta |
| | of the 1-D thermal model More...
|
| |
| 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. More...
|
| |
| double precision, dimension(:), allocatable | zepais |
| | the wall thickness associated to the (ii)th face with 1-D thermal module More...
|
| |
| double precision, dimension(:), allocatable | zrob |
| | the concrete density associated to solid material More...
|
| |
| double precision, dimension(:), allocatable | zcondb |
| | the concrete conductivity coefficient associated to solid material More...
|
| |
| double precision, dimension(:), allocatable | zcpb |
| | the concrete specific heat coefficient associated to solid material More...
|
| |
| double precision, dimension(:), allocatable | zhext |
| | the exterior exchange coefficient associated to solid material More...
|
| |
| double precision, dimension(:), allocatable | ztext |
| | the exterior temperature associated to solid material More...
|
| |
| double precision, dimension(:), allocatable | ztpar0 |
| | the initial temperature associated to solid material More...
|
| |
| double precision, dimension(:,:), allocatable | ztmur |
| | the wall temperature computed with the 1-D thermal model associated to concrete solid material More...
|
| |