MRT species type
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private, | allocatable | :: | s_mrt(:,:) | relaxation matrix for mrt size of this matrix is (layout%QQ, layout%QQ) |
||
real(kind=rk), | private, | allocatable | :: | omegaMoments(:,:) | transformed relaxation matrix-moments factor omegaMoments = (Moments^-1.s_mrt.Moments) .(I+(Moments^-1.s_mrt.Moments)/2.0)^-1 |
||
real(kind=rk), | private, | allocatable | :: | omegaMomForce(:,:) | Omega factor for 2nd order force term omegaMomForce = (I+(Moments^-1.s_mrt.Moments)/2.0)^-1 |