Initialize Moments transformation matrix for LBM compressible and incompressible fluid model. This matrix must be consistent with the relaxation matrix used in compute kernel and interpolation routines
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | ||||
integer, | intent(in) | :: | cxDir(3,QQ) | |||
character(len=labelLen) | :: | label | ||||
type(mus_moment_type), | intent(inout) | :: | me | |||
real(kind=rk), | intent(inout) | :: | toMoment(me%toMoments%nEntries(1),me%toMoments%nEntries(2)) | |||
real(kind=rk), | intent(inout) | :: | toPdf(me%toPDF%nEntries(1),me%toPDF%nEntries(2)) |