mus_init_flow Subroutine

public subroutine mus_init_flow(scheme, tree, general, physics, scaling, levelPointer)

Initialize flow field depends on read restart or initial condition

Arguments

TypeIntentOptionalAttributesName
type(mus_scheme_type), intent(inout) :: scheme

Scheme type

type(treelmesh_type), intent(in) :: tree

tree

type(tem_general_type), intent(inout) :: general
type(mus_physics_type), intent(in) :: physics
character(len=*), intent(in) :: scaling
integer, intent(in) :: levelPointer(:)

global info type


Calls

proc~~mus_init_flow~~CallsGraph proc~mus_init_flow mus_init_flow proc~fillhelperelementscoarsetofine fillHelperElementsCoarseToFine proc~mus_init_flow->proc~fillhelperelementscoarsetofine proc~mus_initauxfield mus_initAuxField proc~mus_init_flow->proc~mus_initauxfield proc~mus_testinterpolation mus_testInterpolation proc~mus_init_flow->proc~mus_testinterpolation proc~mus_readrestart mus_readRestart proc~mus_init_flow->proc~mus_readrestart proc~init_advrel init_advRel proc~mus_init_flow->proc~init_advrel proc~mus_init_byic mus_init_byIC proc~mus_init_flow->proc~mus_init_byic proc~fillhelperelementsfinetocoarse fillHelperElementsFineToCoarse proc~mus_init_flow->proc~fillhelperelementsfinetocoarse

Called by

proc~~mus_init_flow~~CalledByGraph proc~mus_init_flow mus_init_flow proc~mus_initialize mus_initialize proc~mus_initialize->proc~mus_init_flow program~musubi musubi program~musubi->proc~mus_initialize

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iLevel
integer, private :: minLevel
integer, private :: maxLevel