kpc_ijk Function

public pure function kpc_ijk(ii, jj, kk, uz, w_ij_g, k_ij_g) result(kappa)

Back to central moment This follows equations 63-65 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) :: kk

indeces of the pdf

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

x-, y-, z-component of velocity

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

partial weights_ij_g

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

partial cumulants_ij_g

Return Value real(kind=rk)


Called by

proc~~kpc_ijk~~CalledByGraph proc~kpc_ijk kpc_ijk proc~cumulant_d3q27_extended_generic cumulant_d3q27_extended_generic proc~cumulant_d3q27_extended_generic->proc~kpc_ijk proc~cumulant_d3q27_extended_fast cumulant_d3q27_extended_fast proc~cumulant_d3q27_extended_fast->proc~kpc_ijk

Contents

None