FLOW6
A Finite Element Code for Fluid Flow


FLOW6 is a FORTRAN90 program which uses the finite element method to solve for the steady state velocity and pressure in a two dimensional fluid flow region.

The fluid flow is presumed to be incompressible, and time-independent. The governing equations are the Navier Stokes equations with the continuity equation.

FLOW6 was derived from the FLOW5 code. Alterations and new features include:

FLOW6 writes node and element data files that may be read in and plotted by DISPLAY5.

Languages:

FLOW6 is available in a FORTRAN90 version

Related Data and Programs:

BUMP is a FORTRAN90 program which solves a fluid flow problem in a channel including a bump which obstructs and redirects the flow.

CHANNEL is a program which computes the pressure and velocity for a Navier Stokes flow in a channel. It is available in a FORTRAN77 version and a FORTRAN90 version.

FEM2D_PACK is a FORTRAN90 library which contains utilities for 2D finite element calculations.

TOMS866 a MATLAB library which is the Incompressible Flow Iterative Solution Software;
this library is commonly called IFISS;
this is ACM TOMS algorithm 866.

Reference:

  1. Max Gunzburger,
    Finite Element Methods for Viscous Incompressible Flows,
    A Guide to Theory, Practice, and Algorithms,
    Academic Press, 1989,
    ISBN: 0-12-307350-2,
    LC: TA357.G86.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 12 November 2006.