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