MS_FE_FILM is the top-scale FE_FILM plus all of the bottom-scale FE_FILM
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(FE_FILM), | public | :: | ts_fe_f | top-scale fe_film |
|||
type(FE_FILM), | public, | dimension(:), allocatable | :: | bs_fe_f | bottom-scale fe_film |
force computation along
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MS_FE_FILM), | intent(inout) | :: | ms_fe_f |
force computation along
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MS_FE_FILM), | intent(inout) | :: | ms_fe_f |
force computation along
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MS_FE_FILM), | intent(inout) | :: | ms_fe_f | MS FE film |
type MS_FE_FILM
!! <span style="color:green">
!! *MS_FE_FILM* is the top-scale [[FE_FILM]] plus all of the bottom-scale [[FE_FILM]]
!! </span>
type(FE_FILM) :: ts_fe_f !! *top-scale fe_film*
type(FE_FILM), dimension(:), allocatable :: bs_fe_f !! *bottom-scale fe_film*
contains
procedure :: ms_fx !! *force computation along \(x\)*
procedure :: ms_fy !! *force computation along \(y\)*
procedure :: ms_fz !! *force computation along \(z\)*
endtype ms_fe_film