DISPLAY3
2D Flow Graphics


DISPLAY3 is a FORTRAN90 program which creates graphics files from the output of one of the early FLOW programs.

Specifically, the early FLOW programs are the family of FLOW3 or FLOW4. Each of these programs solves a 2D steady state incompressible flow problem, and writes out an element and a node file, describing the flow velocity and pressure in the region.

DISPLAY3 can NOT read data from the later FLOW programs which include FLOW5 and FLOW6 and FLOW7. To plot data from those programs, see DISPLAY4.

DISPLAY3 can read in the element and node file, and then create images of the flow region, nodes or elements, or contour lines of the pressure, or vector plots of the velocity. Other plots are also available.

Licensing:

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

Related Data and Programs:

DISPLAY4, a FORTRAN90 program which displays graphics from the flow data computed by FLOW3, FLOW5 or FLOW7. This program used to work, but it is very out of date;

DISPLAY5, a FORTRAN90 program which displays graphics from the flow data computed by FLOW3, FLOW5 or FLOW7. This program used to work, but it is very out of date;

DRAWCGM is a graphics library which is needed by DISPLAY3.

SLAB, a FORTRAN90 program which analyzes the optimization of a scalar function of multidimensional data by examining contour lines in a selected plane.

SLICE, a FORTRAN90 program which analyzes the optimization of a scalar function of multidimensional data by examining contour lines in a selected plane.

Source code:

Examples and Tests:

List of Routines:

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


Last revised on 30 August 2005.