An open API service indexing awesome lists of open source software.

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

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
```

![Simulation](./finitevolume2.png)