Chapter 15
CompressibleFlowSolver: Solving the Compressible Navier-Stokes Equations

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

 15.1 Fundamental Theories of CompressibleFlowSolver
  15.1.1 Governing equations
  15.1.2 Discretization
 15.2 Functions of the implementation
 15.3 Data Structure of CompressibleFlowSolver
 15.4 Flow Chart of CompressibleFlowSolver