https://github.com/sqvid/ghostsolver
A 2D ghost-fluid Riemann solver for the Euler Equations
https://github.com/sqvid/ghostsolver
cfd computational-physics euler-equations fluid-dynamics-simulator
Last synced: 5 months ago
JSON representation
A 2D ghost-fluid Riemann solver for the Euler Equations
- Host: GitHub
- URL: https://github.com/sqvid/ghostsolver
- Owner: Sqvid
- License: mit
- Created: 2023-02-07T19:33:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T11:18:38.000Z (over 2 years ago)
- Last Synced: 2024-01-28T14:36:47.229Z (over 2 years ago)
- Topics: cfd, computational-physics, euler-equations, fluid-dynamics-simulator
- Language: C++
- Homepage:
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Riemann Ghost-Fluid Solver for the Euler Equations
This repository contains the code for a two-dimensional ghost-fluid solver for
the [Euler Equations](https://en.wikipedia.org/wiki/Euler_equations_(fluid_dynamics)).
The majority of the computation can be found within the implementation of the
Simulation class. This solver supports a variety of slope-limiters and has been
tested against several standard problems from the literature (See Riemann
Solvers and Numerical Methods for Fluid Dynamics: A Practical Introduction, by
E. F. Toro).