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

TypeIntentOptionalAttributesName
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 interface~tem_spatial_for tem_spatial_for proc~mus_init_passivescalar->interface~tem_spatial_for proc~tem_baryofid tem_BaryOfId proc~mus_init_passivescalar->proc~tem_baryofid

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

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iDir
integer, private :: iElem
real(kind=rk), private, allocatable:: fEq(:)
real(kind=rk), private, allocatable:: rho(:)
real(kind=rk), private, allocatable:: xc(:,:)
real(kind=rk), private, allocatable:: vel(:,:)
integer, private :: iChunk
integer, private :: nChunks
integer, private :: chunkSize
integer, private :: nChunkElems
integer, private :: elemOff
integer, private :: elemPos
integer, private :: QQ
integer, private :: offset
real(kind=rk), private :: inv_p
real(kind=rk), private :: inv_v
integer, private :: nScalars