This module contains data types and routines used by musubi main program i.e unifying routines for apesmate
aotus_module | w | mus_program_module | |
w | |||
env_module | w | ||
w | |||
mpi | w | ||
w | |||
mus_aux_module | w | ||
w | |||
mus_bc_general_module | w | ||
w | |||
mus_construction_module | w | ||
w | |||
mus_control_module | w | ||
w | |||
mus_dynLoadBal_module | w | ||
w | |||
mus_flow_module | w | ||
w | |||
mus_geom_module | w | ||
w | |||
mus_IBM_module | w | ||
w | |||
mus_mesh_adaptation_module | w | ||
w | |||
mus_param_module | w | ||
w | |||
mus_pdf_module | w | ||
w | |||
mus_restart_module | w | ||
w | |||
mus_scheme_module | w | ||
w | |||
mus_scheme_type_module | w | ||
w | |||
mus_timer_module | w | ||
w | |||
mus_tools_module | w | ||
w | |||
mus_varSys_module | w | ||
w | |||
mus_weights_module | w | ||
w | |||
tem_adaptation_config_module | w | ||
w | |||
tem_aux_module | w | ||
w | |||
tem_comm_env_module | w | ||
w | |||
tem_comm_module | w | ||
w | |||
tem_debug_module | w | ||
w | |||
tem_global_module | w | ||
w | |||
tem_grow_array_module | w | ||
w | |||
tem_logging_module | w | ||
w | |||
tem_operation_var_module | w | ||
w | |||
tem_restart_module | w | ||
w | |||
tem_simControl_module | w | ||
w | |||
tem_status_module | w | ||
w | |||
tem_time_module | w | ||
w | |||
tem_timeControl_module | w | ||
w | |||
tem_timer_module | w | ||
w | |||
tem_tools_module | w | ||
w | |||
tem_tracking_module | w | ||
w | |||
treelmesh_module | w | ||
w |
This routine load musubi configuration file and initialize construction flow, auxilary and main control routines
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_scheme_type), | intent(inout) | :: | scheme | scheme type |
||
type(mus_geom_type), | intent(inout) | :: | geometry | Treelmesh data |
||
type(mus_param_type), | intent(inout) | :: | params | Global parameters |
||
type(mus_control_type), | intent(out) | :: | control | control routine |
||
type(mus_varSys_solverData_type), | target | :: | solverData | contains pointer to scheme, physics types. passed to init_Scheme to build varSys |
This routine does the main musubi computation loop
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_scheme_type), | intent(inout) | :: | scheme | scheme type |
||
type(mus_geom_type), | intent(inout) | :: | geometry | Treelmesh data |
||
type(mus_param_type), | intent(inout) | :: | params | Global parameters |
||
type(mus_control_type), | intent(in) | :: | control | control routine |
||
type(mus_varSys_solverData_type), | target | :: | solverData | contains pointer to scheme, physics types |
||
type(tem_adapt_type), | intent(inout) | :: | adapt | mesh adaptation |
Do final check on check on total density, Close auxiliary stuff such as restart and the tracker, finalize treelm, dump timing and finialize mpi with fin_env
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_scheme_type), | intent(inout) | :: | scheme | scheme type |
||
type(mus_param_type), | intent(inout) | :: | params | Global parameters |
||
type(treelmesh_type), | intent(inout) | :: | tree | geometry infomation |
||
integer, | intent(in) | :: | levelPointer(:) | global information |
||
integer, | intent(in) | :: | nBCs | Number of BC |
||
type(mus_IBM_globType), | intent(inout) | :: | globIBM | global IBM datatype incl. array of IBM datatypes |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | minLevel | |||
integer, | intent(in) | :: | maxLevel | |||
type(pdf_data_type), | intent(in) | :: | pdf(minLevel:maxLevel) | |||
character(len=*), | intent(in) | :: | timingFile | |||
type(tem_comm_env_type), | intent(in) | :: | proc | |||
integer(kind=long_k), | intent(in) | :: | DomSize | |||
character(len=*), | intent(in) | :: | revision | |||
character(len=*), | intent(in) | :: | simName |