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

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