kum_abg Function

public pure function kum_abg(aa, bb, gg, ux, w_abg, k_i_bg) result(kappa)

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

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: aa

order gamma of moments

integer, intent(in) :: bb

order gamma of moments

integer, intent(in) :: gg

order gamma of moments

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

x-, y-, z-component of velocity

real(kind=rk), intent(in) :: w_abg(0:2,0:2,0:2)

partial weights_abg

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

partial cumulants_i_bg

Return Value real(kind=rk)


Called by

proc~~kum_abg~~CalledByGraph proc~kum_abg kum_abg proc~cumulant_d3q27_extended_generic cumulant_d3q27_extended_generic proc~cumulant_d3q27_extended_generic->proc~kum_abg proc~cumulant_d3q27_extended_fast cumulant_d3q27_extended_fast proc~cumulant_d3q27_extended_fast->proc~kum_abg

Contents


Variables

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