项目作者: ErinSam

项目描述 :
Scripts developed while working on solving for flows governed by the compressible Euler Equations. Most of them are reimann solvers.
高级语言: Python
项目地址: git://github.com/ErinSam/Reimann-Solver.git
创建时间: 2020-10-06T14:36:50Z
项目社区:https://github.com/ErinSam/Reimann-Solver

开源协议:

下载


Reimann-Solver

!WIP!

The Exact Reimann Solver

Provides an exact solution for a Reimann Problem given the density, velocity and pressure of the driver and driven regions.

Godunov’s Scheme

Contains scripts to solve the following using Godunov’s scheme.

  1. Euler’s Equations,

    Working script: v2.2

    This script uses Godunov’s method in conjunction with the exact reimann solver.

    A new version of this script, decoupled from the exact reimann sovlver shall be soon released. This can then be used with other reimann solvers.
  2. System of linear hyperbolic PDEs and,
  3. a Single linear hyperbolic PDE.