INOUT_FLOW_DISPLAY
Display an INOUT Flow Solution


INOUT_FLOW_DISPLAY is a MATLAB program which displays 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.

Licensing:

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

Related Data and Programs:

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

HCELL_FLOW_DISPLAY, a MATLAB program which can plot the data produced by the HCELL fluid flow program.

INOUT, a FORTRAN77 program which computes flow solutions in the INOUT region.

INOUT_FLOW, a dataset directory which stores a sequence of solutions.

INOUT_FLOW_MOVIE, a MATLAB program which creates an animation from a sequence of solutions.

INOUT_FLOW2, a dataset directory which stores a second sequence of solutions computed more recently.

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

Source Code:

Examples and Tests:

Input data files:

Output graphic files:

You can go up one level to the MATLAB source code directory.


Last revised on 06 August 2006.