Skip to content

flowdyn documentation

flowdyn is a finite volume based toy project to test methods for cfd courses and some research preliminary and exploratory work.

PyPi Version PyPI pyversions Build Status GitHub stars

Doc Slack PyPi downloads codecov lgtm

to start

models

  • convection: physical model for 1D scalar equation for convection (and maybe diffusion)
  • burgers: physical model for 1D scalar non linear convection equation
  • shallow water: physical model for 1D shallow water equations
  • euler: physical model for compressible 1D inviscid equation, derived models with source terms to model nozzle are proposed.

numerical methods

development