2. Computational Fluid Dynamics - Projects¶
2.1. CFD Projects in Sphinx¶
- 1. 1D First-order Linear Convection - The Wave Equation
- 2. 1D First-order Non-Linear Convection - The Inviscid Burgers’ Equation
- 3. 1D Second-order Linear Diffusion - The Heat Equation
- 4. 1D Second-order Non-linear Convection-Diffusion - Burgers’ Equation
- 5. 2D First-order Linear Convection
- 6. 2D First-order Non-Linear Convection
- 7. 2D Second-order Linear Diffusion
- 8. 2D Second-order Non-Linear Convection-Diffusion
2.2. CFD Projects in iPython Notebooks on GitHub¶
- 2D Laplace Equation
- 2D Poisson Equation
- 2D Navier Stokes Equations: Cavity Flow (Loop Method)
- 2D Navier Stokes Equations: Cavity Flow (NumPy Method)
- 2D Navier Stokes Equations: Channel Flow
- Leapfrog, Lax-Friedrichs and Lax-Wendroff Schemes: Linear Convection & Heaviside Function
- Leapfrog, Lax-Friedrichs and Lax-Wendroff Schemes: Linear Convection & Sinusoidal Function
- Lax-Friedrichs, Lax-Wendroff and MacCormack Schemes: Non-linear Convection
- 1D Fourier’s Equation with Jacobi and Crank-Nicholson
- 2D Cavity Flow vs Ghia
- 3D Cavity Flow vs 2D Cavity Flow