| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=dp), | public, | allocatable | :: | wire(:) |
heat diffusion flux |
||
| real(kind=dp), | public, | allocatable | :: | wire_DerdTL(:) | |||
| real(kind=dp), | public, | allocatable | :: | wire_DerdTR(:) |
type flux_strand_t real(dp), allocatable :: wire(:) !! heat diffusion flux real(dp), allocatable :: wire_DerdTL(:), wire_DerdTR(:) end type flux_strand_t