| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | NbCells | ||||
| integer, | public | :: | nb_FS_ports | ||||
| real(kind=dp), | public, | allocatable | :: | dxLoc(:) | |||
| real(kind=dp), | public, | allocatable | :: | volLoc(:) | |||
| real(kind=dp), | public | :: | Area |
Cross-section area |
|||
| logical, | public | :: | SSsrcLink | ||||
| logical, | public | :: | cond_btw_nodes | ||||
| logical, | public, | allocatable | :: | FSlink(:) | |||
| type(FS_port_pointer_t), | public, | allocatable | :: | thermP(:) | |||
| type(SS_src_port_pointer_t), | public, | allocatable | :: | thermS(:) | |||
| integer, | public, | allocatable | :: | idxFSlk(:) |
type solid_prop_t integer :: NbCells, nb_FS_ports real(dp), allocatable :: dxLoc(:), volLoc(:) real(dp) :: Area !! Cross-section area logical :: SSsrcLink, cond_btw_nodes logical, allocatable :: FSlink(:) type(FS_port_pointer_t), allocatable :: thermP(:) type(SS_src_port_pointer_t), allocatable :: thermS(:) integer, allocatable :: idxFSlk(:) end type solid_prop_t