weights_ibg Function

public pure function weights_ibg(ii, ib, ig, w_ij_g) result(weight)

Calculating central moment weights This follows equation 3 in cumulent paper (Geier .et al 2017)

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: ii

indeces of the pdf

integer, intent(in) :: ib

order gamma of moments

integer, intent(in) :: ig

order gamma of moments

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~~weights_ibg~~CalledByGraph proc~weights_ibg weights_ibg proc~cumulant_d3q27_extended_generic cumulant_d3q27_extended_generic proc~cumulant_d3q27_extended_generic->proc~weights_ibg proc~cumulant_d3q27_extended_fast cumulant_d3q27_extended_fast proc~cumulant_d3q27_extended_fast->proc~weights_ibg

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: jj
real(kind=rk), private, parameter:: ii_rk(-1:1) =[-1._rk, 0._rk, 1._rk]