bgk_HybridRecursiveRegularizedCorr_d3q19 Subroutine

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

Projected Recursive Regularized relaxation routine for the D3Q19 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. works for both d3q19 and d3q27

TODO:tr_SR = div2_3 * (gradU(1, 1, 1) + gradU(2, 2, 1) + gradU(3, 3, 1))

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~~bgk_hybridrecursiveregularizedcorr_d3q19~~CallsGraph proc~bgk_hybridrecursiveregularizedcorr_d3q19 bgk_HybridRecursiveRegularizedCorr_d3q19 auxfield_varpos auxfield_varpos proc~bgk_hybridrecursiveregularizedcorr_d3q19->auxfield_varpos proc~f_f_eq_regularized_4th_ord_d3q19 f_f_eq_regularized_4th_ord_d3q19 proc~bgk_hybridrecursiveregularizedcorr_d3q19->proc~f_f_eq_regularized_4th_ord_d3q19 proc~hrr_correction_d3q19 HRR_Correction_d3q19 proc~bgk_hybridrecursiveregularizedcorr_d3q19->proc~hrr_correction_d3q19 proc~secondmom_3d secondMom_3D proc~bgk_hybridrecursiveregularizedcorr_d3q19->proc~secondmom_3d val val proc~bgk_hybridrecursiveregularizedcorr_d3q19->val proc~f_f_eq_regularized_2nd_ord_d3q19 f_f_eq_regularized_2nd_ord_d3q19 proc~f_f_eq_regularized_4th_ord_d3q19->proc~f_f_eq_regularized_2nd_ord_d3q19