mus_init_isotherm_acEq Subroutine

private subroutine mus_init_isotherm_acEq(me, tree, fac, field, iField, state, neigh, nElems, nSize, iLevel)

Initialize the isothermal acEq flow from density and velocity\n equilibrium pdf (fEq) is calculated from density and velocity

Arguments

Type IntentOptional Attributes Name
type(mus_scheme_type), intent(inout) :: me

Scheme type

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

tree type

type(mus_convertFac_type), intent(in) :: fac

Global parameters

type(mus_field_type), intent(inout) :: field

Field type

integer, intent(in) :: iField

Field index

real(kind=rk), intent(inout) :: state(:)

PDF

integer, intent(in) :: neigh(:)

Connectivity array

integer, intent(in) :: nElems

Number of local elements

integer, intent(in) :: nSize

number of elements as size

integer, intent(in) :: iLevel

Level index


Calls

proc~~mus_init_isotherm_aceq~~CallsGraph proc~mus_init_isotherm_aceq mus_init_isotherm_acEq ini_state ini_state proc~mus_init_isotherm_aceq->ini_state tem_BaryOfId tem_BaryOfId proc~mus_init_isotherm_aceq->tem_BaryOfId tem_spatial_for tem_spatial_for proc~mus_init_isotherm_aceq->tem_spatial_for total total proc~mus_init_isotherm_aceq->total

Called by

proc~~mus_init_isotherm_aceq~~CalledByGraph proc~mus_init_isotherm_aceq mus_init_isotherm_acEq proc~mus_init_byic mus_init_byIC proc~mus_init_byic->proc~mus_init_isotherm_aceq proc~mus_init_flow mus_init_flow proc~mus_init_flow->proc~mus_init_byic proc~mus_initialize mus_initialize proc~mus_initialize->proc~mus_init_flow program~musubi musubi program~musubi->proc~mus_initialize