public pure function convPrePost(omega) result(conv)
Conversion factor betwen the pre- and post-collision quantity for the shear
stress.
Shear stress calculation requires the non-equilibirium value of pdf before
collision. However that value not may be accessable directly when PULL
scheme is uitilized, as only pdf after collision is available.
So this conversion factor is introduced to help
recover fNeq before collision from fNeq after collision as long as
relaxation parameter (omage) does not equal to 1.0. When omage equals to 1,
this conversion factor is set to be 0.
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.