Git Product home page Git Product logo

godunovsph's Introduction

GodunovSPH

GodunovSPH is a Computational Fluid Dynamics library for modelling compressible flows in physics and engineering. In particular, it enables numerical experimentation in aeronautics, astronautics and astrophysics.

It is based on a Generalised Riemann Problem quasi-conservative scheme, of Ben-Artzi and Falcovitz, as an extension of Godunov's Finite Volume Solver for discontinuity capturing.

It also enables astrophysical modelling via a Smoothed Particle Hydrodynamics code, which makes use of the GRP solver to capture hyperbolic effects.

Code

  • The core solver routines are written in object-oriented C++

Completed

  • Create RiemannSolverEulerBase abstract base class to be inherited by all subsequent Riemann solver objects, based on Euler equations of gas dynamics
  • Create an exact Riemann solver (RiemannSolverEulerExact) for the one-dimensional Euler equations based on Chapter 4 of [1], providing a testing capability

Roadmap

  • Create a second order (space/time) Godunov-type conservative scheme solver for the 1D Euler equations using the Generalised Riemann Problem method of Ben-Artzi and Falcovitz [2]
  • Extend the 1D GRP-based Godunov solver to multiple dimensions on Cartesian structured geometries, based on the operator splitting techniques of Strang
  • Extend the GRP-based Godunov solver to unstructured meshes, including a variety of test problems
  • Create a smoothed particle hydrodynamics (SPH) code
  • Add the GRP Riemann solver to the SPH code to handle flow discontinuities
  • Apply the software to multiple test objects in aeronautics, astronautics and astrophysics

Extensions

  • Create a Harten, Lax and van Leer Riemann solver (HLL) as well as Harten, Lax and van Leer with contact capability (via Toro); HLLC. Finally, create the HLLE solver (Einfeldt modification)
  • Create a Riemann solver based on Roe's approximation, which will be useful when creating semi-homogeneous flow fields

References

[1] Riemann Solvers and Numerical Methods for Fluid Dynamics - A Practical Introduction, 2nd Edition, E.F. Toro [2] Generalized Riemann Problems in Computational Fluid Dynamics, M. Ben-Artzi and J. Falcovitz

godunovsph's People

Contributors

mhallsmoore avatar

Stargazers

 avatar  avatar  avatar inmorning avatar

Watchers

 avatar  avatar

Forkers

limeryl robinhc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.