Chapter 14
IncNavierStokesSolver: Solving the Incompressible Navier-Stokes Equations

In this chapter, we walk the reader through our 2D, quasi-3D and 3D incompressible Navier-Stokes Solver (IncNavierStokesSolver).

14.1 Fundamental Theories of IncNavierStokesSolver
14.1.1 Governing Equations
14.1.2 Time discretisation
14.1.3 Spatial discretisation/Implementation
14.2 Functions of the implementation
14.3 Structure of the algorithm