nimRobotics / LidDrivenCavityProblem

Analysis and simulation of the benchmark CFD problem in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LidDrivenCavityProblem

This repository contains the parts of my semester project in ME5101 Computational Fluid Dynamics course. Here I have simulated the flow taking place in the lid-driven cavity problem.

There are two main python files

  • unsteadySteady.py Contains the simulation for the transient regime
  • steadySteady.py Contains the simulation for the steady state regime

To see the in-depth details and the physics of the problem please refer to the project report

Code Report
https://github.com/nimRobotics/LidDrivenCavityProblem https://github.com/AakashSYadav/LidDrivenCavityProblem/blob/master/projectReport.pdf

The below image show the simulation for the unsteady state analysis.

About

Analysis and simulation of the benchmark CFD problem in Python.


Languages

Language:Python 62.5%Language:MATLAB 30.4%Language:Jupyter Notebook 7.1%