CFD-Navier-Stokes

A collection of finite difference solutions in MATLAB building up to the Navier Stokes Equations.
1.9K Downloads
Updated 11 Dec 2018

1. Fluid Flow between moving and stationary plate (1D parabolic diffusion equation)
Forward Time Central Space (FTCS) explicit
FTCS Implicit (Laasonen)
Crank-Nicolson
2. Temperature distribution in 2D plate (2D parabolic diffusion/Heat equation)
Crank-Nicolson
Alternating direction implicit (ADI) method
3. 1D hyperbolic advection equation
First-order upwind
Lax-Wendroff
Crank-Nicolson
4. 2D linearized Burger's equation and 2D elliptic Laplace's equation
FTCS explicit first-order upwind for advection and second-order central difference for diffusion.
Point Jacobi
Gauss-Seidel with SOR
5. Lid-Driven Cavity Flow, Streamfunction-Vorticity formulation
Wall and inlet/outlet. Streamfunction BCs.

Cite As

Samrose Ahmed (2024). CFD-Navier-Stokes (https://github.com/Samrose-Ahmed/CFD-Navier-Stokes), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2017b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Versions that use the GitHub default branch cannot be downloaded

Version Published Release Notes
1.0.2

added

1.0.1

added

1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.