MFC: Post-Process
High-fidelity multiphase flow simulation
|
Contains module m_start_up. More...
Modules | |
module | m_start_up |
This module contains the subroutines that read in and check the consistency of the user provided inputs. This module also allocates, initializes and deallocates the relevant variables and sets up the time stepping, MPI decomposition and I/O procedures. | |
Functions/Subroutines | |
subroutine | m_start_up::s_read_input_file |
Reads the configuration file post_process.inp, in order to populate parameters in module m_global_parameters.f90 with the user provided inputs. | |
subroutine | 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 post-process. | |
subroutine | m_start_up::s_perform_time_step (t_step) |
subroutine | m_start_up::s_save_data (t_step, varname, pres, c, h) |
subroutine | m_start_up::s_initialize_modules |
subroutine | m_start_up::s_initialize_mpi_domain |
subroutine | m_start_up::s_finalize_modules |
Contains module m_start_up.