mus_load_fluid Subroutine

public subroutine mus_load_fluid(me, conf, parent, minLevel, physics, schemeHeader)

Read in the fluid property from the LUA parameter file

"Theory of the lattice Boltzmann method: Dispersion, dissipation, isotropy, Galilean invariance, and stability", Pierre Lallemand and Li-Shi Luo, Phys. Rev. E 61, 2000.

Arguments

Type IntentOptional Attributes Name
type(mus_fluid_type), intent(out) :: me

fluid type

type(flu_State) :: conf

lua state

integer, intent(in), optional :: parent

parent handle

integer, intent(in) :: minLevel

global pdf info

type(mus_physics_type), intent(in) :: physics

physics type to convert physics to lattice unit or vice versa

type(mus_scheme_header_type), intent(in) :: schemeHeader

identifier of the scheme


Calls

proc~~mus_load_fluid~~CallsGraph proc~mus_load_fluid mus_load_fluid aot_get_val aot_get_val proc~mus_load_fluid->aot_get_val aot_table_close aot_table_close proc~mus_load_fluid->aot_table_close aot_table_open aot_table_open proc~mus_load_fluid->aot_table_open proc~mus_load_turbulence mus_load_turbulence proc~mus_load_fluid->proc~mus_load_turbulence proc~mus_nnwtn_load mus_nNwtn_load proc~mus_load_fluid->proc~mus_nnwtn_load tem_abort tem_abort proc~mus_load_fluid->tem_abort tem_horizontalSpacer tem_horizontalSpacer proc~mus_load_fluid->tem_horizontalSpacer tem_load_spacetime tem_load_spacetime proc~mus_load_fluid->tem_load_spacetime proc~mus_load_turbulence->aot_get_val proc~mus_load_turbulence->aot_table_close proc~mus_load_turbulence->aot_table_open proc~mus_load_turbulence->tem_abort proc~mus_load_turbulence->tem_horizontalSpacer upper_to_lower upper_to_lower proc~mus_load_turbulence->upper_to_lower proc~mus_nnwtn_load->aot_get_val proc~mus_nnwtn_load->aot_table_close proc~mus_nnwtn_load->aot_table_open proc~mus_nnwtn_load->tem_abort proc~mus_nnwtn_cs_load mus_nNwtn_CS_load proc~mus_nnwtn_load->proc~mus_nnwtn_cs_load proc~mus_nnwtn_cy_load mus_nNwtn_CY_load proc~mus_nnwtn_load->proc~mus_nnwtn_cy_load proc~mus_nnwtn_pl_load mus_nNwtn_PL_load proc~mus_nnwtn_load->proc~mus_nnwtn_pl_load proc~mus_nnwtn_load->upper_to_lower proc~mus_nnwtn_cs_load->aot_get_val proc~mus_nnwtn_cy_load->aot_get_val proc~mus_nnwtn_pl_load->aot_get_val

Called by

proc~~mus_load_fluid~~CalledByGraph proc~mus_load_fluid mus_load_fluid proc~mus_load_field_prop mus_load_field_prop proc~mus_load_field_prop->proc~mus_load_fluid proc~mus_load_field_single mus_load_field_single proc~mus_load_field_single->proc~mus_load_field_prop proc~mus_load_fields mus_load_fields proc~mus_load_fields->proc~mus_load_field_single proc~mus_load_scheme mus_load_scheme proc~mus_load_scheme->proc~mus_load_fields