FLOW6
A Finite Element Code for Fluid Flow


FLOW6 is a FORTRAN90 program whhich 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.

Related Data and Programs:

BUMP is an executable 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.

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.