|
subroutine, public | m_start_up::s_read_input_file |
| Reads the configuration file pre_process.inp, in order to populate the parameters in module m_global_parameters.f90 with the user provided inputs.
|
|
subroutine, public | m_start_up::s_check_input_file |
| Checking that the user inputs make sense, i.e. that the individual choices are compatible with the code's options and that the combination of these choices results into a valid configuration for the pre-process.
|
|
subroutine, public | m_start_up::s_read_serial_grid_data_files |
| The goal of this subroutine is to read in any preexisting grid data as well as based on the imported grid, complete the necessary global computational domain parameters.
|
|
subroutine, public | m_start_up::s_check_grid_data_files |
| Cell-boundary data are checked for consistency by looking at the (non-)uniform cell-width distributions for all the active coordinate directions and making sure that all of the cell-widths are positively valued.
|
|
subroutine, public | m_start_up::s_read_serial_ic_data_files (q_cons_vf, ib_markers) |
| The goal of this subroutine is to read in any preexisting initial condition data files so that they may be used by the pre-process as a starting point in the creation of an all new initial condition.
|
|
subroutine, public | m_start_up::s_read_parallel_grid_data_files |
| Cell-boundary data are checked for consistency by looking at the (non-)uniform cell-width distributions for all the active coordinate directions and making sure that all of the cell-widths are positively valued.
|
|
subroutine, public | m_start_up::s_read_parallel_ic_data_files (q_cons_vf, ib_markers) |
| The goal of this subroutine is to read in any preexisting initial condition data files so that they may be used by the pre-process as a starting point in the creation of an all new initial condition.
|
|
subroutine, public | m_start_up::s_initialize_modules |
|
subroutine, public | m_start_up::s_read_grid () |
|
subroutine, public | m_start_up::s_apply_initial_condition (start, finish, proc_time, time_avg, time_final, file_exists) |
|
subroutine, public | m_start_up::s_save_data (proc_time, time_avg, time_final, file_exists) |
|
subroutine, public | m_start_up::s_initialize_mpi_domain |
|
subroutine, public | m_start_up::s_finalize_modules |
|