SLAB
Contour plots of optimization data


SLAB is a FORTRAN90 program which makes contour plots of the an optimization function.

The optimization function was defined as follows. Given the value of a flow field along some sampling line, it was desired to determine the shape of an interior obstacle (a bump) which would result in a flow that would match the original data along the sampling line. The shape of the bump could be described in terms of a few parameters (spline coefficients, really). The optimization function was the square root of the integral of the difference between the measured and computed flows along the sampling line. It was desired to make plots of the behavior of the optimization function as the shape parameters were varied. This data came from runs of the FLOW3 and FLOW4 programs.

Licensing:

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

Languages:

SLAB is available in a FORTRAN90 version.

Related Data and Programs:

DRAWCGM is a graphics library which is needed by SLAB.

FLOW3 is a FORTRAN90 program which solves the 2D steady (time independent) incompressible Navier Stokes equations using the finite element method.

FLOW4 is a FORTRAN90 program which solves the 2D steady (time independent) incompressible Navier Stokes equations using the finite element method.

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 02 October 2008.