mus_calcAuxField_fluid_d2q9 Subroutine

private subroutine mus_calcAuxField_fluid_d2q9(auxField, state, neigh, nSize, nSolve, iLevel, stencil, varSys, derVarPos, quantities)

This routine compute auxFields density and velocity for compressible d2q9 model for fluid and nGhostFromCoarser elements

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(inout) :: auxField(:)

output auxField array

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

input state array

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

connectivity array

integer, intent(in) :: nSize

number of elements in the state array

integer, intent(in) :: nSolve

number of elements excluding halos

integer, intent(in) :: iLevel

current level

type(tem_stencilHeader_type), intent(in) :: stencil

stencil header

type(tem_varSys_type), intent(in) :: varSys

variable system definition

type(mus_derVarPos_type), intent(in) :: derVarPos(:)

position of derived quantities in varsys

type(mus_scheme_derived_quantities_type), intent(in) :: quantities

Class that contains pointers to the proper derived quantities functions


Calls

proc~~mus_calcauxfield_fluid_d2q9~~CallsGraph proc~mus_calcauxfield_fluid_d2q9 mus_calcAuxField_fluid_d2q9 auxfield_varpos auxfield_varpos proc~mus_calcauxfield_fluid_d2q9->auxfield_varpos