Module for parameters options, numerical and physical properties of the thermal 1D model for each specific zone with condensation on the wall. The zones number is defined by the user with the subroutine : cs_user_wall_condensation.
More...
|
integer(c_int), pointer, 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(:), pointer, save | znmur |
| number of discretized points associated to the (ii)th face with the 1-D thermal model coupled with condensation More...
|
|
double precision, dimension(:,:), pointer, save | zdxp |
| space step associated to the spatial discretization of the 1-D thermal model coupled with condensation model More...
|
|
double precision, dimension(:), pointer, save | ztheta |
| of the 1-D thermal model More...
|
|
double precision, dimension(:), pointer, save | 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(:), pointer, save | zepais |
| the wall thickness associated to the (ii)th face with 1-D thermal module More...
|
|
double precision, dimension(:), pointer, save | zrob |
| the concrete density associated to solid material More...
|
|
double precision, dimension(:), pointer, save | zcondb |
| the concrete conductivity coefficient associated to solid material More...
|
|
double precision, dimension(:), pointer, save | zcpb |
| the concrete specific heat coefficient associated to solid material More...
|
|
double precision, dimension(:), pointer, save | zhext |
| the exterior exchange coefficient associated to solid material More...
|
|
double precision, dimension(:), pointer, save | ztext |
| the exterior temperature associated to solid material More...
|
|
double precision, dimension(:), pointer, save | ztpar0 |
| the initial temperature associated to solid material More...
|
|
double precision, dimension(:,:), pointer, save | ztmur |
| the wall temperature computed with the 1-D thermal model associated to concrete solid material More...
|
|
double precision, dimension(:), pointer, save | xem |
| the wall thickness of the metal mass structures used by the 0-D thermal model More...
|
|
double precision, dimension(:), pointer, save | xro_m |
| the density (kg.m-3) of the metal mass structures More...
|
|
double precision, dimension(:), pointer, save | xcond_m |
| the conductivity coefficient (W.m-1.C-1) of the metal mass structures More...
|
|
double precision, dimension(:), pointer, save | xcp_m |
| the specific heat coefficient (J.kg-1.C-1) of the metal mass structures More...
|
|
double precision, dimension(:), pointer, save | m_metal |
| the metal mass (kg) of the metal mass structures More...
|
|
double precision, dimension(:), pointer, save | s_metal |
| the exchange surface (m2) of the metal mass structures More...
|
|
double precision, dimension(:), pointer, save | v_metal |
| the volume mesaure (m3) of the metal mass structures More...
|
|
double precision, dimension(:), pointer, save | tmet0 |
| the initial temperature of the metal mass structures More...
|
|
double precision, dimension(:,:), pointer, save | t_metal |
| the wall temperature computed with the 0-D thermal model associated to the metal mass structure material More...
|
|
Module for parameters options, numerical and physical properties of the thermal 1D model for each specific zone with condensation on the wall. The zones number is defined by the user with the subroutine : cs_user_wall_condensation.