kum_ij_g Function

public pure function kum_ij_g(f, ii, jj, gg, uz, w_ij_g) result(kappa)

Calculating central moment This follows equations 6-8 in cumulent paper (Geier .et al 2017)

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(in) :: f(-1:1,-1:1,-1:1)

PDF

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) :: uz

z-component of velocity

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

partial weights_ij_g

Return Value real(kind=rk)


Called by

proc~~kum_ij_g~~CalledByGraph proc~kum_ij_g kum_ij_g proc~cumulant_d3q27_extended_generic cumulant_d3q27_extended_generic proc~cumulant_d3q27_extended_generic->proc~kum_ij_g proc~cumulant_d3q27_extended_fast cumulant_d3q27_extended_fast proc~cumulant_d3q27_extended_fast->proc~kum_ij_g

Contents


Variables

TypeVisibilityAttributesNameInitial
real(kind=rk), private :: k_0