Skip to content

SIMPLE Algorithm for Driven Cavity problem on collocated grid using Python.

License

Notifications You must be signed in to change notification settings

deepmorzaria/Lid-Driven-Cavity-Collocated-Grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Lid-Driven-Cavity-Collocated-Grid

SIMPLE(Semi-Implicit Method for Pressure-Linked Equation) algorithm implemented for driven cavity problem on collocated grid 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 Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages