cumulant_d3q27_extended_fast Subroutine

public subroutine cumulant_d3q27_extended_fast(fieldProp, inState, outState, auxField, neigh, nElems, nSolve, level, layout, params, varSys, derVarPos)

Cumulant kernel based on Geier2017 and optimized. Just omega(2) is given in input. omega(2)=-1 means omega2=omegaBulk. Limiters read from input. lim(N)=10^10 means unlimited. lim(N) is for omega(N+2). Just omega(3:5) are limited as in the paper. omega(6:10) = 1._rk

This subroutine interface must match the abstract interface definition kernel in scheme/mus_scheme_type_module.f90 in order to be callable via compute function pointer.

Arguments

Type IntentOptional Attributes Name
type(mus_field_prop_type), intent(in) :: fieldProp(:)

Array of field properties (fluid or species)

real(kind=rk), intent(in) :: inState(nElems*varSys%nScalars)

input pdf vector

real(kind=rk), intent(out) :: outState(nElems*varSys%nScalars)

output pdf vector

real(kind=rk), intent(inout) :: auxField(nElems*varSys%nAuxScalars)

Auxiliary field computed from pre-collision state Is updated with correct velocity field for multicomponent models

integer, intent(in) :: neigh(nElems*layout%fStencil%QQ)

connectivity vector

integer, intent(in) :: nElems

number of elements in state Array

integer, intent(in) :: nSolve

number of elements solved in kernel

integer, intent(in) :: level

current level

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

current layout

type(mus_param_type), intent(in) :: params

global parameters

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

variable system definition

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

position of derived quantities in varsys for all fields


Calls

proc~~cumulant_d3q27_extended_fast~~CallsGraph proc~cumulant_d3q27_extended_fast cumulant_d3q27_extended_fast auxfield_varpos auxfield_varpos proc~cumulant_d3q27_extended_fast->auxfield_varpos proc~kpc_i_bg kpc_i_bg proc~cumulant_d3q27_extended_fast->proc~kpc_i_bg proc~kpc_ij_g kpc_ij_g proc~cumulant_d3q27_extended_fast->proc~kpc_ij_g proc~kpc_ijk kpc_ijk proc~cumulant_d3q27_extended_fast->proc~kpc_ijk proc~kum_abg kum_abg proc~cumulant_d3q27_extended_fast->proc~kum_abg proc~kum_i_bg kum_i_bg proc~cumulant_d3q27_extended_fast->proc~kum_i_bg proc~kum_ij_g kum_ij_g proc~cumulant_d3q27_extended_fast->proc~kum_ij_g proc~weights_abg weights_abg proc~cumulant_d3q27_extended_fast->proc~weights_abg proc~weights_from_layout weights_from_layout proc~cumulant_d3q27_extended_fast->proc~weights_from_layout proc~weights_ibg weights_ibg proc~cumulant_d3q27_extended_fast->proc~weights_ibg proc~weights_ijg weights_ijg proc~cumulant_d3q27_extended_fast->proc~weights_ijg val val proc~cumulant_d3q27_extended_fast->val