Skip to content

2D LDC solver using FVM. Hybrid differencing scheme for convection-diffusion, SIMPLE algorithm for pressure velocity coupling. SOR (Successive Over Relaxation) was used to solve the pressure correction equation.

Notifications You must be signed in to change notification settings

GontzalLopez/2D-Lid-driven-cavity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

2D Lid-driven cavity

2D LDC solver using FVM. Hybrid differencing scheme for convection-diffusion, SIMPLE algorithm for pressure velocity coupling. SOR (Successive Over Relaxation) was used to solve the pressure correction equation.

Compilation:

g++ main.cpp -o main

Execution:

./main

Post-processing with Gnuplot:

cd post
gnuplot -p gnuplot_script.p

About

2D LDC solver using FVM. Hybrid differencing scheme for convection-diffusion, SIMPLE algorithm for pressure velocity coupling. SOR (Successive Over Relaxation) was used to solve the pressure correction equation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published