| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | public | :: | sizeNodes | ||||
| type(FF_src_port_pointer_t), | public, | allocatable | :: | lk(:,:) | |||
| real(kind=dp), | public | :: | WetPerChan | ||||
| class(nusselt_t), | public, | pointer | :: | nuss |
Nusselt correlation |
||
| real(kind=dp), | public, | allocatable | :: | DerSedOther(:,:,:) | |||
| real(kind=dp), | public, | allocatable | :: | DerSrdOther(:,:,:) | |||
| real(kind=dp), | public, | allocatable | :: | Matrix(:,:,:,:) | |||
| type(dbl_pointer_t), | public, | allocatable | :: | MxUp(:,:) | |||
| type(dbl_pointer_t), | public, | allocatable | :: | MxDown(:,:) |
type FFsrcLink_t integer :: sizeNodes type(FF_src_port_pointer_t), allocatable :: lk(:,:) real(dp) :: WetPerChan class(nusselt_t), pointer :: nuss !! Nusselt correlation real(dp), allocatable :: DerSedOther(:,:,:), DerSrdOther(:,:,:) real(dp), allocatable :: Matrix(:,:,:,:) type(dbl_pointer_t), allocatable :: MxUp(:,:), MxDown(:,:) end type FFsrcLink_t