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
- Host: GitHub
- URL: https://github.com/pmocz/riemann-solver
- Owner: pmocz
- License: gpl-3.0
- Created: 2023-08-13T03:24:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T19:09:31.000Z (9 months ago)
- Last Synced: 2025-05-08T20:24:23.081Z (9 months ago)
- Topics: computational-fluid-dynamics, interactive, riemann-problem, scientific-computing, tutorial
- Language: Python
- Homepage: https://medium.com/@philip-mocz/create-your-own-riemann-solver-with-python-9e38d64ad2ec
- Size: 144 KB
- Stars: 31
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
