Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.89 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.89 KB

flowdyn

PyPi Version PyPI pyversions Build Status Doc Slack

GitHub stars PyPi downloads codecov

Documentation and examples

Features

Current version includes

  • 1D scalar models: linear convection, Burgers
  • 1D model: inviscid compressible flow (Euler), section law effects with source terms
  • 1st to 3rd order linear extrapolation, 2nd order MUSCL extrapolation
  • various centered or upwind/Riemann fluxes
  • explicit, runge-kutta and implicit integrators

Installation and usage

pip install flowdyn

Requirements