INOUT_FLOW_MOVIE is a set of routines for creating an animation of the velocity solutions to 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].
+-----------------------+
|+----------------------+
|| --->
|| ----->
|| --->
|| ++
|| ||
|| ||
|| ||
|| ||
++ ||
---> ||
-----> ||
---> ||
+----------------------+|
+-----------------------+
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.
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.
INOUT is an executable FORTRAN77 program which computes flow solutions in the INOUT region.
INOUT_FLOW is a dataset directory which includes the raw solution data that is animated by INOUT_FLOW_MOVIE.
INOUT_FLOW_DISPLAY is a MATLAB program which can display a single flow field solution in the INOUT region.
The animation is in a separate directory, the MP4 directory.
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.
You can go up one level to the MATLAB source code directory.