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

https://github.com/pmocz/riemann-solver

Riemann solver for the Euler equations
https://github.com/pmocz/riemann-solver

computational-fluid-dynamics interactive riemann-problem scientific-computing tutorial

Last synced: 6 months ago
JSON representation

Riemann solver for the Euler equations

Awesome Lists containing this project

README

          

# riemann-solver-python
Riemann solver for the Euler equations

## Create Your Own Riemann Solver (With Python)

### Philip Mocz (2023) [@PMocz](https://twitter.com/PMocz)

### [📝 Read the Algorithm Write-up on Medium](https://medium.com/@philip-mocz/create-your-own-riemann-solver-with-python-9e38d64ad2ec)

Solver the Riemann problem for the Euler equations. Method can be coupled to finite volume solvers

```
python riemann-solver-spectral.py
```

![Simulation](./riemann-solver.png)