HCELL_FLOW_DISPLAY
Plots of HCELL Flow Data


HCELL_FLOW_DISPLAY is a set of MATLAB functions which reads and plots datafiles created by the HCELL fluid flow program.

Usage:

hcell_boundary_display
plots the outline of the region.
hcell_contour_display ( 'node_xy_file_name', 'p_file_name' )
displays a contour plot of the pressure, or other scalars.
hcell_element_display ( 'node_xy_file_name', 'node_element_file_name' )
plots the elements.
hcell_node_display ( 'node_xy_file_name' )
plots the region, and nodes, for either the nodes3.txt or nodes6.txt files created by HCELL.
hcell_vector_display ( 'node_xy_file_name', 'uv_file_name' )
vector plot of the velocity or velocity direction field.
hcell_stream_display ( 'node_xy_file_name', 'uv_file_name' )
streamline plot of the velocity field.

Related Data and Programs:

CAVITY_FLOW_DISPLAY is a MATLAB program which can plot the data produced by the CAVITY fluid flow program.

DIRECTION_ARROWS is a MATLAB program which plots the velocity direction field.

DIRECTION_ARROWS_SEQUENCE is a MATLAB program which plots the velocity direction fields of many data files with names that are numbered in sequence.

DIRECTION_ARROWS2 is a MATLAB program which plots the velocity direction field, assuming that the XY and UV data are stored in a single table file.

HCELL is a FORTRAN77 program which computes solutions (velocity and pressure) of the time-dependent Navier Stokes equations in a 2D region shaped like an H.

HCELL_STEADY is an executable FORTRAN77 program that solves the time-independent or "steady" Navier Stokes equations in an H-cell region.

INOUT_FLOW_DISPLAY is a MATLAB program which can plot the data produced by the INOUT fluid flow program.

TCELL_FLOW_DISPLAY is a MATLAB program which can plot the data produced by the TCELL fluid flow program.

VECTOR_PLOT is a FORTRAN90 program which can read an XY file and a UV file and plot the velocity and velocity direction fields.

VELOCITY_ARROWS is a MATLAB program which plots a velocity vector field.

VELOCITY_ARROWS_GRID is a MATLAB program which reads node and velocity data from a file, and using interpolation is able to display a velocity vector field along any uniform grid of points specified by the user.

VELOCITY_ARROWS2 is a MATLAB program which plots a velocity field, and assumes that the node and velocity data are stored in a single table file.

VELOCITY_ARROWS_SEQUENCE is a MATLAB program which can process a set of many data files with names that are numbered in sequence.

VELOCITY_MAGNITUDE_GRID is a MATLAB program which reads node and velocity data from a file, and using an interpolating function, is able to display a contour plot of the vector magnitude field.

Source Code:

Examples and Tests:

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


Last revised on 18 September 2005.