Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.02 KB

README.md

File metadata and controls

39 lines (27 loc) · 2.02 KB

flowdyn

PyPi Version PyPI pyversions Build Status Doc Slack

GitHub stars PyPi downloads codecov lgtm

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