IANW-Projects / ConservationLaws

A set of tools for numerically solving different kinds of conservation or balance laws with OpenCL.
3 stars 5 forks source link

Euler Equations for Ideal Gases #11

Open ranocha opened 5 years ago

ranocha commented 5 years ago

Additional numerical fluxes:

Additional numerical fluxes for surface terms:

See e.g.

Additional test cases:

Since the Euler equations are one of the basic examples of hyperbolic conservation laws, we should probably add the to this repository.

ranocha commented 5 years ago

A first setup is in #16, including some numerical volume fluxes.

ranocha commented 5 years ago

Additionally, boundary conditions based on numerical fluxes (e.g. Suliciu, HLL) should be added.