Definition of the datatypes for the scheme implementation.
For a detailed description see Scheme Implementation.
load single scheme defined in lua file with or without scheme handle
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_scheme_type), | intent(inout), | target | :: | me | scheme type |
|
| type(mus_varSys_solverData_type), | target | :: | solverData | contains pointer to scheme, physics types |
||
| type(mus_geom_type), | intent(in), | target | :: | geometry | geometry information like tree and boundary |
|
| type(flu_State) | :: | conf | flu state |
|||
| type(mus_param_type), | intent(inout), | target | :: | params | global parameter type |
|
| integer, | intent(in), | optional | :: | parent | parent handle if scheme table is defined |
|
| logical, | intent(in), | optional | :: | isMusHvs | Logic to not to load tracking and variable table if this routine is called from mus_hvs_config_load. Default is False |
Initialize single scheme stencil and variable system
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_scheme_type), | intent(inout) | :: | me | single scheme to initialize |
||
| type(treelmesh_type), | intent(in) | :: | tree | global treelm mesh |
||
| type(mus_varSys_solverData_type), | intent(in), | target | :: | solverData | contains pointer to scheme, physics types |
Dump single scheme info into restart solver specific conf to dump solver specific information in restart header file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_scheme_type), | intent(in) | :: | me | schemes to dump to restart header file |
||
| type(aot_out_type), | intent(inout), | optional | :: | conf | aotus type handling the output to the file in lua format |
This subroutine acts as a destructor for the construct routine
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_scheme_type), | intent(inout) | :: | me | scheme information including fluid, boundary and flow information |
||
| integer, | intent(in) | :: | minLevel | minlevel |
||
| integer, | intent(in) | :: | maxLevel | maxlevel |
||
| integer, | intent(in) | :: | nBCs | Number of boundary conditions |