|
MFC
Exascale flow solver
|
Validates simulation input parameters for consistency and supported configurations. More...
Functions/Subroutines | |
| impure subroutine, public | s_check_inputs |
| Checks compatibility of parameters in the input file. Used by the simulation stage. | |
| impure subroutine | s_check_inputs_compilers |
| Checks constraints on compiler options. | |
| impure subroutine | s_check_inputs_weno |
| Checks constraints on WENO scheme parameters. | |
| impure subroutine | s_check_inputs_muscl |
| Validate that the grid resolution is sufficient for the MUSCL reconstruction order. | |
| impure subroutine | s_check_inputs_nvidia_uvm |
| Validate NVIDIA unified virtual memory configuration parameters. | |
| impure subroutine | s_check_inputs_ib_injection |
| Validates that each burning immersed-boundary patch injects a species index within the mechanism. inj_species indexes the image-point mass-fraction array Ys_IP(1:num_species) in m_ibm; an out-of-range value is an out-of-bounds write (silent corruption). Only reachable with chemistry. | |
Validates simulation input parameters for consistency and supported configurations.
| impure subroutine, public m_checker::s_check_inputs |
Checks compatibility of parameters in the input file. Used by the simulation stage.
Definition at line 348 of file m_checker.fpp.f90.
| impure subroutine m_checker::s_check_inputs_compilers |
Checks constraints on compiler options.
Definition at line 369 of file m_checker.fpp.f90.
| impure subroutine m_checker::s_check_inputs_ib_injection |
Validates that each burning immersed-boundary patch injects a species index within the mechanism. inj_species indexes the image-point mass-fraction array Ys_IP(1:num_species) in m_ibm; an out-of-range value is an out-of-bounds write (silent corruption). Only reachable with chemistry.
Definition at line 464 of file m_checker.fpp.f90.
| impure subroutine m_checker::s_check_inputs_muscl |
Validate that the grid resolution is sufficient for the MUSCL reconstruction order.
Definition at line 412 of file m_checker.fpp.f90.
| impure subroutine m_checker::s_check_inputs_nvidia_uvm |
Validate NVIDIA unified virtual memory configuration parameters.
Definition at line 442 of file m_checker.fpp.f90.
| impure subroutine m_checker::s_check_inputs_weno |
Checks constraints on WENO scheme parameters.
Definition at line 382 of file m_checker.fpp.f90.