In this module, all parameter files are read in as lua script or a sample configuration is being loaded
Possible Parameter configuration
Read in LUA parameter file See http://www.lua.org for a reference on how to use Lua is a scripting language in itself which allows more complex parameter files including comments And load / create the mesh depending on the configuration
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_scheme_type), | target | :: | scheme | scheme type |
||
type(mus_varSys_solverData_type), | target | :: | solverData | contains pointer to scheme, physics types |
||
type(mus_geom_type), | intent(out), | target | :: | geometry | Treelmesh data |
|
type(mus_param_type), | intent(inout), | target | :: | params | Global parameters |
|
type(tem_adapt_type), | intent(inout) | :: | adapt | mesh adaptation |
This routine loads musubi specific lua function from string and musubi input configuration file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(flu_State), | allocatable | :: | conf(:) | lua state to be stored |
||
character(len=*), | intent(in) | :: | filename | name of the config file to be opened |
||
type(tem_comm_env_type), | intent(in) | :: | proc | process description to use |