MFC: Pre-Process
High-fidelity multiphase flow simulation
|
Functions/Subroutines | |
program | __m_checker_fpp_f90__ |
subroutine | s_check_inputs |
Checks compatibility of parameters in the input file. Used by the pre_process stage. | |
subroutine | s_check_parallel_io |
Checks if mpi is enabled with parallel_io. | |
subroutine | s_check_inputs_restart |
Checks constraints on the restart parameters (old_grid, old_ic, etc.) | |
subroutine | s_check_inputs_grid_stretching |
Checks constraints on grid stretching parameters (loops_x[y,z], stretch_x[y,z], etc.) | |
subroutine | s_check_inputs_qbmm_and_polydisperse |
Checks constraints on the QBMM and polydisperse bubble parameters (qbmm, polydisperse, dist_type, rhoRV, and R0_type) | |
subroutine | s_check_inputs_perturb_density |
Checks constraints on initial partial density perturbation (perturb_flow, perturb_flow_fluid, perturb_flow_mag, perturb_sph, perturb_sph_fluid, and fluid_rho) | |
subroutine | s_check_inputs_chemistry |
subroutine | s_check_inputs_misc |
Checks miscellaneous constraints (mixlayer_vel_profile and mixlayer_perturb) | |
program __m_checker_fpp_f90__ |
subroutine __m_checker_fpp_f90__::s_check_inputs |
Checks compatibility of parameters in the input file. Used by the pre_process stage.
|
private |
|
private |
Checks constraints on grid stretching parameters (loops_x[y,z], stretch_x[y,z], etc.)
|
private |
Checks miscellaneous constraints (mixlayer_vel_profile and mixlayer_perturb)
|
private |
Checks constraints on initial partial density perturbation (perturb_flow, perturb_flow_fluid, perturb_flow_mag, perturb_sph, perturb_sph_fluid, and fluid_rho)
|
private |
Checks constraints on the QBMM and polydisperse bubble parameters (qbmm, polydisperse, dist_type, rhoRV, and R0_type)
|
private |
Checks constraints on the restart parameters (old_grid, old_ic, etc.)
|
private |
Checks if mpi is enabled with parallel_io.