mus_init_passiveScalar Subroutine

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

Initialize passive scalar from pressure and velocity.\n Equilibirium pdf (fEq) is calculated from pressure and velocity.

Arguments

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

Scheme type

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

tree type

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

Global parameters

character(len=*), intent(in) :: scaling

scaling

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_passivescalar~~CallsGraph proc~mus_init_passivescalar mus_init_passiveScalar ini_state ini_state proc~mus_init_passivescalar->ini_state tem_BaryOfId tem_BaryOfId proc~mus_init_passivescalar->tem_BaryOfId tem_spatial_for tem_spatial_for proc~mus_init_passivescalar->tem_spatial_for total total proc~mus_init_passivescalar->total

Called by

proc~~mus_init_passivescalar~~CalledByGraph proc~mus_init_passivescalar mus_init_passiveScalar proc~mus_init_byic mus_init_byIC proc~mus_init_byic->proc~mus_init_passivescalar 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