https://github.com/pmocz/finitevolume2-python
Create Your Own Finite Volume Fluid Simulation (With Python) Part 2: Boundary Conditions and Source Terms
https://github.com/pmocz/finitevolume2-python
euler-equation finite-volume rayleigh-taylor scientific-computing simulation tutorial
Last synced: 10 months ago
JSON representation
Create Your Own Finite Volume Fluid Simulation (With Python) Part 2: Boundary Conditions and Source Terms
- Host: GitHub
- URL: https://github.com/pmocz/finitevolume2-python
- Owner: pmocz
- License: gpl-3.0
- Created: 2021-12-12T19:24:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T07:03:32.000Z (over 2 years ago)
- Last Synced: 2025-04-12T06:42:43.185Z (10 months ago)
- Topics: euler-equation, finite-volume, rayleigh-taylor, scientific-computing, simulation, tutorial
- Language: Python
- Homepage: https://philip-mocz.medium.com/create-your-own-finite-volume-fluid-simulation-with-python-part-2-boundary-conditions-source-bda6994b4645
- Size: 67.4 KB
- Stars: 31
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# finitevolume2-python
Finite Volume simulation of the Raleigh-Taylor Instability
## Create Your Own Finite Volume Fluid Simulation (With Python): Part 2 Boundary Conditions and Source Terms
### Philip Mocz (2021) [@PMocz](https://twitter.com/PMocz)
### [📝 Read the Algorithm Write-up on Medium](https://philip-mocz.medium.com/create-your-own-finite-volume-fluid-simulation-with-python-part-2-boundary-conditions-source-bda6994b4645)
Simulate the Raleigh-Taylor Instability with the Finite Volume Method. Demonstrates gravity source term and Reflecting boundary condition
```
python finitevolume2.py
```
