secondMom Function

public pure function secondMom(cxcx, f, QQ) result(m)

Calculate second moments of some quantity where Q is number of discrete velocity.\n The output is 1 dimentional array which has 6 componenents.\n Specifically, This function is used by shear stress and strain rate.

Arguments

TypeIntentOptionalAttributesName
real(kind=rk), intent(in) :: cxcx(6,QQ)
real(kind=rk), intent(in) :: f(QQ)

quantity to which second moment is applied

integer, intent(in) :: QQ

Return Value real(kind=rk)(6)


Called by

proc~~secondmom~~CalledByGraph proc~secondmom secondMom proc~mus_derivestrainrate mus_deriveStrainRate proc~mus_derivestrainrate->proc~secondmom proc~mus_derivestrainrateincomp mus_deriveStrainRateIncomp proc~mus_derivestrainrateincomp->proc~secondmom proc~mus_turbvisc_smagorinsky_fromprecolpdf_incomp mus_turbVisc_Smagorinsky_fromPreColPDF_incomp proc~mus_turbvisc_smagorinsky_fromprecolpdf_incomp->proc~secondmom proc~deriveshearstress deriveShearStress proc~deriveshearstress->proc~secondmom

Contents

None