Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soumyasen1809/12-steps-to-navier-stokes
CFD Python, a.k.a. the 12 steps to Navier-Stokes taught by Prof. Lorena Barba
https://github.com/soumyasen1809/12-steps-to-navier-stokes
barba cfd computational-fluid-dynamics finite-difference finite-volume fluid fluid-dynamics fluid-simulation mechanical-engineering python
Last synced: 5 days ago
JSON representation
CFD Python, a.k.a. the 12 steps to Navier-Stokes taught by Prof. Lorena Barba
- Host: GitHub
- URL: https://github.com/soumyasen1809/12-steps-to-navier-stokes
- Owner: soumyasen1809
- Created: 2020-01-29T16:24:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T16:25:30.000Z (almost 5 years ago)
- Last Synced: 2024-01-27T19:08:28.991Z (10 months ago)
- Topics: barba, cfd, computational-fluid-dynamics, finite-difference, finite-volume, fluid, fluid-dynamics, fluid-simulation, mechanical-engineering, python
- Language: Python
- Size: 8.79 KB
- Stars: 22
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 12-Steps-to-Navier-Stokes
CFD Python, a.k.a. the 12 steps to Navier-Stokes taught by Prof. Lorena BarbaCFD Python, a.k.a. the 12 steps to Navier-Stokes, is a practical module for learning the foundations of Computational Fluid Dynamics (CFD) by coding solutions to the basic partial differential equations that describe the physics of fluid flow. The module was part of a course taught by Prof. Lorena Barba between 2009 and 2013 in the Mechanical Engineering department at Boston University (Prof. Barba since moved to the George Washington University).
Steps 1–4 are in one spatial dimension. Steps 5–10 are in two dimensions (2D). Steps 11–12 solve the Navier-Stokes equation in 2D.