This routine loads the physics table from musubi config file
If no physics table is provided, the conversion factors default to 1, resulting in the lattice units being directly used i.e. dx and dt are set default to 1. See the [mus_physics_type] for a description of the various factors that can be set here.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_physics_type), | intent(out) | :: | me |
physics type |
||
type(flu_State) | :: | conf |
flu state |
|||
type(treelmesh_type), | intent(in) | :: | tree |
global treelm mesh |
||
integer, | intent(in) | :: | scaleFactor |
scaling factor: diffusive -> 4; acoustic -> 2 |