mus_initFluid_module Module

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



Subroutines

public subroutine mus_init_advRel_fluid(relaxation, variant, layout, compute)

Assigning compute kernel routine by scheme relaxation type for fluid kind.

Arguments

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

public subroutine mus_init_advRel_fluid_GNS(relaxation, layout, compute)

Assigning compute kernel routine by scheme relaxation type for fluid GNS kind.

Arguments

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

private subroutine mus_init_advRel_fluid_bgk(variant, layout, compute)

This routine assigns compute routine for bgk relaxation.

Read more…

Arguments

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

private subroutine mus_init_advRel_fluid_mrt(variant, layout, compute)

This routine assigns compute routine for mrt relaxation

Read more…

Arguments

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

private subroutine mus_init_advRel_fluid_trt(variant, layout, compute)

This routine assigns compute routine for trt relaxation

Read more…

Arguments

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