public subroutine mus_check_omegaKine(schemeRelax, omLvlKine, nSolve, minLevel, maxLevel, general)
This routine checks whether omega is within the stability limit.
If not it will terminate the simulation with error message.
Using limits given in
Tölke, J., Freudiger, S., & Krafczyk, M. (2006). An adaptive scheme using
hierarchical grids for lattice Boltzmann multi-phase flow simulations.
Computers & Fluids, 35(8–9), 820–830.
For BGK: 2/3 < omega < 1.976
For MRT: 2/3 < omega < 1.999
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.
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.