kpc_ij_g Function

public pure function kpc_ij_g(ii, jj, gg, uy, w_i_bg, k_i_bg) result(kappa)

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

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: ii

indeces of the pdf

integer, intent(in) :: jj

indeces of the pdf

integer, intent(in) :: gg

order gamma of moments

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

y-component of velocity

real(kind=rk), intent(in) :: w_i_bg(-1:1,0:2,0:2)

partial weights_i_bg

real(kind=rk), intent(in) :: k_i_bg(-1:1,0:2,0:2)

partial cumulant_i_bg

Return Value real(kind=rk)


Called by

proc~~kpc_ij_g~~CalledByGraph proc~kpc_ij_g kpc_ij_g proc~cumulant_d3q27_extended_generic cumulant_d3q27_extended_generic proc~cumulant_d3q27_extended_generic->proc~kpc_ij_g proc~cumulant_d3q27_extended_fast cumulant_d3q27_extended_fast proc~cumulant_d3q27_extended_fast->proc~kpc_ij_g

Contents

None