annulus_flow
Navier Stokes Flow in 2D Eccentric Annulus


annulus_flow, a FENICS script which models the flow of a fluid, governed by the time dependent Navier-Stokes equations, in a 2D eccentric annulus.

Note that I have installed FENICS using Docker, and so to run this script I issue the commands:

  1. cd $HOME/fenicsproject/annulus_flow
  2. fenicsproject run
  3. python3 annulus_flow.py
  4. exit

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Reference:

  1. Hans Petter Langtangen, Anders Logg,
    Solving PDEs in Python - The FEniCS Tutorial Volume 1.

Source Code:


Last revised on 31 October 2018.