Skip to content

This repository contains a small solver to solve the problem of lid driven cavity, using c++, a small skeleton for the grid is implemented, the SOR is used for solving system of equations

License

Notifications You must be signed in to change notification settings

HishamSaeed/Lid-Driven-Cavity

Repository files navigation

Lid-Driven-Cavity

This repository contains a small solver to solve the problem of lid driven cavity, using c++, a small skeleton for the grid is implemented, the SOR is used for solving system of equations

Running instructions

you need to build the project first then run building instructions

mkdir build
cd build\
cmake ..
make
cd build\

then run

./sim ../cavity100.dat

Velocity Visulaization

ScreenShot

VPressure Visulaization

ScreenShot

About

This repository contains a small solver to solve the problem of lid driven cavity, using c++, a small skeleton for the grid is implemented, the SOR is used for solving system of equations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published