mus_set_convFac Subroutine

public subroutine mus_set_convFac(me, minLevel, maxLevel)

This routine computed conversion factors for lattice to physical units. inverse of this factors can be used to convert from physical to lattice units.\n use reference density to parmeterize kg and reference mole density to parmeterize mol.\n Multiply these factors with the LB quantity to get the physical quantity Divide the physical quantity by these factors to get the LB units.

Arguments

Type IntentOptional Attributes Name
type(mus_physics_type), intent(inout) :: me
integer, intent(in) :: minLevel
integer, intent(in) :: maxLevel

Called by

proc~~mus_set_convfac~~CalledByGraph proc~mus_set_convfac mus_set_convFac proc~mus_load_physics mus_load_physics proc~mus_load_physics->proc~mus_set_convfac proc~mus_load_config mus_load_config proc~mus_load_config->proc~mus_load_physics proc~mus_hvs_load_solverdata mus_hvs_load_solverData proc~mus_hvs_load_solverdata->proc~mus_load_physics program~musubi musubi program~musubi->proc~mus_load_config proc~mus_hvs_config_load mus_hvs_config_load proc~mus_hvs_config_load->proc~mus_hvs_load_solverdata program~mus_harvesting mus_harvesting program~mus_harvesting->proc~mus_hvs_config_load

Contents