https://github.com/edithvillegas/potential-flow
Basic calculator of potential flow of a fluid in 2D
https://github.com/edithvillegas/potential-flow
potential-flow
Last synced: 6 months ago
JSON representation
Basic calculator of potential flow of a fluid in 2D
- Host: GitHub
- URL: https://github.com/edithvillegas/potential-flow
- Owner: edithvillegas
- Created: 2020-05-08T22:24:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T20:05:33.000Z (12 months ago)
- Last Synced: 2024-05-22T21:32:53.208Z (12 months ago)
- Topics: potential-flow
- Language: Python
- Homepage:
- Size: 521 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Potential-flow
Calculates potential flow in 2D, using the finite differences method to solve the potential flow equation.
Takes as input a matrix of integers (from 0 to 3), where 0 is an obstacle, 1 a cell with fluid, and 2 and 3 represent where the fluid enters and exits.An example program using a small image as input can be found here: [Main Code](pic_obstacles.py)
Details on input/output and internal workings of each function can be found on the report: [Technical Report.pdf](Technical%20Report.pdf)

Project assignment, Computational Physics Master, Université de Franche-Comté (October 2018)