| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | public, | allocatable | :: | sd(:) |
heat diffusion flux |
||
| real(kind=dp), | public, | allocatable | :: | sd_DerdTL(:) | |||
| real(kind=dp), | public, | allocatable | :: | sd_DerdTR(:) |
type flux_solid_t real(dp), allocatable :: sd(:) !! heat diffusion flux real(dp), allocatable :: sd_DerdTL(:), sd_DerdTR(:) end type flux_solid_t