INOUT_FLOW_DISPLAY is a MATLAB script that can display a snapshot of the velocity field from a dataset of solutions of a time-dependent incompressible parameterized flow problem in a cell with inflow and outflow.
The "INOUT" region is contained in the unit square, [0,1] x [0,1]. There is an inlet on the left side, from [0,0] to [0,0.2], and an outlet on the right side, from [1,0.8] to [1.0,1.0].
+-----------------------+
|+----------------------+
|| --->
|| OUT----->
|| --->
|| ++
|| ||
|| ||
|| ||
|| ||
++ ||
---> ||
IN-----> ||
---> ||
+----------------------+|
+-----------------------+
There are 1,681 nodes in a 41 by 41 evenly spaced grid. The nodes
are organized into 800 6-node triangular elements
which are quadratic in velocity and linear in pressure.
CAVITY_FLOW_DISPLAY is a MATLAB program which can plot the data produced by the CAVITY fluid flow program.
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.
HCELL_FLOW_DISPLAY is a MATLAB program which can plot the data produced by the HCELL fluid flow program.
INOUT is an executable FORTRAN77 program which computes flow solutions in the INOUT region.
INOUT_FLOW is a dataset directory which stores a sequence of solutions.
INOUT_FLOW_MOVIE is a MATLAB program which creates an animation from a sequence of solutions.
INOUT_FLOW2 is a dataset directory which stores a second sequence of solutions computed more recently.
TCELL_FLOW_DISPLAY is a MATLAB program which can plot the data produced by the TCELL fluid flow program.
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.
Input data files:
Output graphic files:
You can go up one level to the MATLAB source code directory.