public pure function secondMom_minus_cs2_3D(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.
1=xx, 2=yy, 3=zz, 4=xy, 5=yz, 6=xz
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.