kpc_i_bg Function

public pure function kpc_i_bg(k, ii, bb, gg, ux, w_abg) result(kappa)

Back to central moment This follows equations 57-59 in cumulent paper (Geier .et al 2017)

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(in) :: k(0:2,0:2,0:2)

cumulant

integer, intent(in) :: ii

indeces of the pdf

integer, intent(in) :: bb

order gamma of moments

integer, intent(in) :: gg

order gamma of moments

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

x-component of velocity

real(kind=rk), intent(in) :: w_abg(0:2,0:2,0:2)

partial weights_abg

Return Value real(kind=rk)


Called by

proc~~kpc_i_bg~~CalledByGraph proc~kpc_i_bg kpc_i_bg proc~cumulant_d3q27_extended_generic cumulant_d3q27_extended_generic proc~cumulant_d3q27_extended_generic->proc~kpc_i_bg proc~cumulant_d3q27_extended_fast cumulant_d3q27_extended_fast proc~cumulant_d3q27_extended_fast->proc~kpc_i_bg

Contents

None