Skip to content

SIMPLE Algorithm for Driven Cavity problem on collocated grid using C++.

Notifications You must be signed in to change notification settings

deepmorzaria/Lid-Driven-Cavity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Lid-Driven-Cavity

SIMPLE(Semi-Implicit Method for Pressure-Linked Equation) algorithm implemented for driven cavity problem on collocated grid in C++ and post-processed in Python. This approach solves the issue of checkerboard oscillations which was originally faced by developers. Implemention is slightly more difficult in comparison to staggered grid but the code has extensive comments which makes it easily readable. In addition to that, I have also outlined some useful resources in order to tackle the problem. It is expected that the user has experience with staggered formulation before approaching this problem.

Results(Re=100)

Resources

Computational Fluid Dynamics by Dr. Sumon Chakraborty

CFD lectures by Dr. Sandip Mazumdar

Introduction to Computational Fluid Dynamics by H K Versteeg and W Malalasekera

About

SIMPLE Algorithm for Driven Cavity problem on collocated grid using C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages