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

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

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).