derive_equilFromAuxFunc Abstract Interface

abstract interface
private pure function derive_equilFromAuxFunc(derVarPos, auxField, iField, varSys, layout) result(res)

Arguments

TypeIntentOptionalAttributesName
class(mus_derVarPos_type), intent(in) :: derVarPos

Position of current field derive variable in variable system

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

Array of auxField of single element. Single species: dens_1, vel_1 multispecies: dens_1_sp1, vel_1_spc1, dens_1_sp2, vel_1_spc2, Access: (iElem-1)*nFields + iField

integer, intent(in) :: iField

Current field

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

variable system which is required to access fieldProp information via variable method data c_ptr

type(mus_scheme_layout_type), intent(in) :: layout

scheme layout contains stencil definition and lattice weights

Return Value real(kind=rk)(layout%fStencil%QQ)

Output of this routine Dimension: QQ of res

Description

Derive equilibrium from auxField for single element