|  | 
| 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... 
 | 
|  |