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) | :: | variant | |||
| character(len=labelLen), | intent(in) | :: | layout | |||
| procedure(kernel), | intent(out), | pointer | :: | compute |
Assigning compute kernel routine by scheme relaxation type for fluid GNS kind for unresolved LBM-DEM particulate flow simulations
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=labelLen), | intent(inout) | :: | relaxation | |||
| character(len=labelLen), | intent(in) | :: | layout | |||
| procedure(kernel), | intent(out), | pointer | :: | compute |
This routine assigns compute routine for bgk relaxation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=labelLen), | intent(in) | :: | variant | |||
| character(len=labelLen), | intent(in) | :: | layout | |||
| procedure(kernel), | intent(out), | pointer | :: | compute |
This routine assigns compute routine for mrt relaxation
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=labelLen), | intent(in) | :: | variant | |||
| character(len=labelLen), | intent(in) | :: | layout | |||
| procedure(kernel), | intent(out), | pointer | :: | compute |