#include <flowSolver.h>
Public Member Functions | |
| flowSolver () | |
| ~flowSolver () | |
| void | solve () |
| The actual flow solver. | |
This class does the acutal simulation. It first perform all preprocessing. It allocates the memory for variables, sets coordinates of mesh points, set the cage points, call the inital stage, call the Navier-Stokes solver.
| flowSolver::flowSolver | ( | ) |
constructor
| flowSolver::~flowSolver | ( | ) |
destructor
| void flowSolver::solve | ( | ) |
The actual flow solver.
This class does the acutal simulation. It first perform all preprocessing. It allocates the memory for variables, sets coordinates of mesh points, set the cage points, call the inital stage, call the Navier-Stokes solver.
1.5.6