Unstruct2D  1.0
Solution of 2-D Euler- and Navier-Stokes Equations on Unstructured Triangular Grids
 All Classes Files Functions Variables Typedefs Enumerations Macros
UserInput Class Reference

#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)
 

Detailed Description

Encompasses functions used to read in and to process the user input file.

Member Function Documentation

void UserInput::Print ( const Solver solver,
const Output output 
)
static

Prints user-input parameters for checking purposes.

Parameters
solversettings related to the solver
outputsettings related to the plot output
void UserInput::Read ( const char *  fileName,
Solver solver,
Output output 
)
static

Opens user input file, reads and processes the data.

Parameters
fileNamepath and name of the user-input file
solversettings related to the solver
outputsettings related to the plot output
Exceptions
std::runtime_errorproblem during the reading

The documentation for this class was generated from the following files: