|
Unstruct2D
1.0
Solution of 2-D Euler- and Navier-Stokes Equations on Unstructured Triangular Grids
|
#include <userInput.h>
Static Public Member Functions | |
| static void | Read (const char *fileName, Solver &solver, Output &output) |
| static void | Print (const Solver &solver, const Output &output) |
Encompasses functions used to read in and to process the user input file.
Prints user-input parameters for checking purposes.
| solver | settings related to the solver |
| output | settings related to the plot output |
Opens user input file, reads and processes the data.
| fileName | path and name of the user-input file |
| solver | settings related to the solver |
| output | settings related to the plot output |
| std::runtime_error | problem during the reading |