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.
More...
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.
◆ s_check_input_file()
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.
◆ s_finalize_modules()
subroutine m_start_up::s_finalize_modules |
◆ s_initialize_modules()
subroutine m_start_up::s_initialize_modules |
◆ s_initialize_mpi_domain()
subroutine m_start_up::s_initialize_mpi_domain |
◆ s_perform_time_step()
subroutine m_start_up::s_perform_time_step |
( |
integer, intent(inout) | t_step | ) |
|
◆ s_read_input_file()
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.
◆ s_save_data()
subroutine m_start_up::s_save_data |
( |
integer, intent(inout) | t_step, |
|
|
character(len=name_len), intent(inout) | varname, |
|
|
real(wp), intent(inout) | pres, |
|
|
real(wp), intent(inout) | c, |
|
|
real(wp), intent(inout) | h ) |