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

Type IntentOptional Attributes Name
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)