Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rreusser/euler-equations-1d-compact
Models steeping of high-amplitude sound into shockwaves.
https://github.com/rreusser/euler-equations-1d-compact
Last synced: 25 days ago
JSON representation
Models steeping of high-amplitude sound into shockwaves.
- Host: GitHub
- URL: https://github.com/rreusser/euler-equations-1d-compact
- Owner: rreusser
- License: wtfpl
- Created: 2016-01-06T15:35:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T16:20:06.000Z (about 9 years ago)
- Last Synced: 2024-10-26T12:11:00.008Z (3 months ago)
- Language: C
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Euler Equations 1D Compact
Models steepening of high-amplitude sound into shockwaves. Uses sixth-order [compact scheme](http://www.math.colostate.edu/~yzhou/course/math750_fall2009/Lele_1992JCP.pdf) with periodic tridiagonal solver to solve the Euler equation in 1D. Includes filtering via compact scheme but no flux limiting, so it tends to develop oscillations unless lots of filtering is used.
![screenshot](./screenshot.png)
# LICENSE
© 2016 Ricky Reusser. WTFPL.