| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(hdf_desc_t), | public | :: | hdf | ||||
| type(StateVariable_channel_t), | public | :: | StVar |
StateVariable updated by BDF 2 scheme -> time n+1 |
|||
| type(StateVariable_channel_t), | public | :: | StVarOld |
StateVariable -> time n |
|||
| type(StateVariable_channel_t), | public | :: | StVarOld2 |
StateVariable -> time n-1 |
|||
| type(StateVariable_channel_t), | public | :: | StVarOld3 |
StateVariable -> time n-2 |
|||
| type(StateVariable_channel_t), | public | :: | StVarOld4 |
StateVariable -> time n-3 |
|||
| type(StateVariable_channel_t), | public | :: | StVarOld5 |
StateVariable -> time n-4 |
|||
| type(StateVariable_channel_t), | public | :: | StVarOld6 |
StateVariable -> time n-5 |
|||
| type(He_prop_t), | public | :: | HeProp |
Variables relative to Helium channel global properties |
|||
| type(flux_He_channel_t), | public | :: | flxHe |
Fluxes - He flow |
|||
| type(big_arrays_channel_t), | public | :: | big |
Big arrays |
|||
| type(arrays_linear_system_channel_t), | public | :: | bigLS |
Big arrays for Linear system |
|||
| type(source_terms_channels_t), | public | :: | srcPP | ||||
| real(kind=dp), | public | :: | wave_time |
Minimum time for wave propagation |
|||
| real(kind=dp), | public | :: | err | ||||
| real(kind=dp), | public | :: | err_den | ||||
| class(friction_t), | public, | pointer | :: | fct |
Friction correlation |
||
| class(nusselt_t), | public, | pointer | :: | nuss |
Nusselt correlation |
type channel_t type(hdf_desc_t) :: hdf type(StateVariable_channel_t) :: StVar !! StateVariable updated by BDF 2 scheme -> time n+1 type(StateVariable_channel_t) :: StVarOld !! StateVariable -> time n type(StateVariable_channel_t) :: StVarOld2 !! StateVariable -> time n-1 type(StateVariable_channel_t) :: StVarOld3 !! StateVariable -> time n-2 type(StateVariable_channel_t) :: StVarOld4 !! StateVariable -> time n-3 type(StateVariable_channel_t) :: StVarOld5 !! StateVariable -> time n-4 type(StateVariable_channel_t) :: StVarOld6 !! StateVariable -> time n-5 type(He_prop_t) :: HeProp !! Variables relative to Helium channel global properties type(flux_He_channel_t) :: flxHe !! Fluxes - He flow type(big_arrays_channel_t) :: big !! Big arrays type(arrays_linear_system_channel_t) :: bigLS !! Big arrays for Linear system type(source_terms_channels_t) :: srcPP real(dp) :: wave_time !! Minimum time for wave propagation real(dp) :: err real(dp) :: err_den class(friction_t), pointer :: fct !! Friction correlation class(nusselt_t), pointer :: nuss !! Nusselt correlation end type channel_t