NAST2D_CONTOUR
Contour Plots of NAST2D_F90 Data


NAST2D_CONTOUR is a MATLAB function which reads a datafile created by NAST2D_F90 (usually containing values of the streamfunction) and displays a contour plot.

Author:

NAST2D_CONTOUR was developed by Professor C David Pruett of James Madison University.

Usage:

nast2d_contour ( 'file_name' )
where file_name is an NAST2D_F90 data file.

Related Data and Programs:

FREE_FEM_NAVIER_STOKES is a MATLAB program for solving the steady incompressible Navier Stokes equations on an arbitrary triangulated region, using the finite element method.

NAST2D is a C++ program which solves a variety of 2D Navier Stokes problems with heat. The program can write out certain physical quantities to files for visualization.

NAST2D_F90 is a FORTRAN90 program which solves a variety of 2D Navier Stokes problems with heat. The program can write out certain physical quantities to files for visualization.

VELOCITY_ARROWS_GRID is a MATLAB program which reads files of node and velocity data, and, using interpolation, creates a vector plot with arrows place on a uniform grid of the user's specification.

Reference:

  1. http://www.math.jmu.edu/~dpruett/software/ a web site;
  2. Michael Griebel, Thomas Dornseifer, Tilman Neunhoeffer,
    Numerische Simulation in der Stroemungsmechanik,
    Vieweg 1995.
  3. Michael Griebel, Thomas Dornseifer, Tilman Neunhoeffer,
    Numerical Simulation in Fluid Dynamics,
    SIAM, 1998.

Source Code:

Examples and Tests:

BACKSTEP is the backward-facing step. Data files you can copy include

CIRCLE is flow past a circular obstacle. Data files you can copy include

CONVECT is a study of natural convection in a square region with heated side walls. Data files you can copy include

DAM is the breaking dam problem. Data files you can copy include

DCAVITY is the driven cavity. Data files you can copy include

DROP is the splash of a liquid drop. Data files you can copy include

FLTRAP is the fluid trap. Data files you can copy include

MOLDING is a flow based on injection molding. Data files you can copy include

RAYLEIGH is buoyancy flow with heated upper and lower walls. Data files you can copy include

WAVE is a flow past an obstacle. Data files you can copy include

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


Last revised on 18 September 2005.