MFC: Post-Process
High-fidelity multiphase flow simulation
Loading...
Searching...
No Matches
m_start_up Module Reference

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...

Functions/Subroutines

subroutine 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 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 s_perform_time_step (t_step)
 
subroutine s_save_data (t_step, varname, pres, c, h)
 
subroutine s_initialize_modules ()
 
subroutine s_initialize_mpi_domain ()
 
subroutine s_finalize_modules ()
 

Detailed Description

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.

Function/Subroutine Documentation

◆ 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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_finalize_modules()

subroutine m_start_up::s_finalize_modules
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_initialize_modules()

subroutine m_start_up::s_initialize_modules
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_initialize_mpi_domain()

subroutine m_start_up::s_initialize_mpi_domain
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_perform_time_step()

subroutine m_start_up::s_perform_time_step ( integer, intent(inout) t_step)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ 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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_save_data()

subroutine m_start_up::s_save_data ( integer, intent(inout) t_step,
character(len=name_len), intent(inout) varname,
real(kind(0d0)), intent(inout) pres,
real(kind(0d0)), intent(inout) c,
real(kind(0d0)), intent(inout) h )
Here is the call graph for this function:
Here is the caller graph for this function: