mus_initFluid_module Module

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


Uses

Used by

  • module~~mus_initfluid_module~~UsedByGraph module~mus_initfluid_module mus_initFluid_module module~mus_flow_module mus_flow_module module~mus_flow_module->module~mus_initfluid_module module~mus_dynloadbal_module mus_dynLoadBal_module module~mus_dynloadbal_module->module~mus_flow_module module~mus_program_module mus_program_module module~mus_program_module->module~mus_flow_module module~mus_program_module->module~mus_dynloadbal_module program~mus_harvesting mus_harvesting program~mus_harvesting->module~mus_flow_module program~musubi musubi program~musubi->module~mus_program_module

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

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