#include "flowSolver.h"
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