Skip to content

Final project simualting 2D lid-driven cavity flow using fractional-time stepping

Notifications You must be signed in to change notification settings

V-Rang/2D_Lid_Driven_Cavity_Flow_ASE382Q_Fall23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

We will be simulating 2D lid driven cavity flow using fractional step method of Kim and Moin [1985].

main.py contains code for initialization of variables and running of the loop, results for the norm of the divergence of velocity and quiver, streamplots are plotted along with pressure contours.

utils.py contains all the functions that are used to implement the steps as listed as by Kim and Moin.

validate_laplacian.py contains a test code to confirm the 2nd order convergence of the Laplacian that is used to solve the Poisson equation for pressure.

About

Final project simualting 2D lid-driven cavity flow using fractional-time stepping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages