This module contains routines which initiliaze advection relaxation and flow field for lbm incompressible model.
Initialize the relaxation model for lbm incompressible model
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=labelLen), | intent(inout) | :: | relaxation | |||
| character(len=labelLen), | intent(in) | :: | layout | |||
| procedure(kernel), | intent(out), | pointer | :: | compute |