This routine loads the physics table from musubi config file
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 |
||
real(kind=rk), | intent(in), | optional | :: | dtRef | reference time step if none |
|
real(kind=rk), | intent(in), | optional | :: | dxRef | reference spacestep if none |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | thandle | ||||
integer, | private | :: | iError | ||||
real(kind=rk), | private | :: | dt_Ref | ||||
real(kind=rk), | private | :: | dx_ref |