mus_initMultispecies_module Module

This module contains routines which initiliaze advection relaxation and flow field for multispecies lbm gas model and liquid model.



Subroutines

public subroutine mus_init_advRel_multispecies_gas(relaxation, layout, nFields, compute)

Initialize the relaxation model for multispecies gas model

Arguments

Type IntentOptional Attributes Name
character(len=labelLen), intent(in) :: relaxation
character(len=labelLen), intent(in) :: layout
integer, intent(in) :: nFields
procedure(kernel), intent(out), pointer :: compute

public subroutine mus_init_advRel_multispecies_liquid(relaxation, layout, nFields, compute)

Initialize the relaxation model for multispecies liquid model

Arguments

Type IntentOptional Attributes Name
character(len=labelLen), intent(in) :: relaxation
character(len=labelLen), intent(in) :: layout
integer, intent(in) :: nFields
procedure(kernel), intent(out), pointer :: compute