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