CAVITY_FLOW is a set of velocity solutions to a time-dependent incompressible parameterized flow problem in a 2D driven cavity.
The "CAVITY" region is the unit square, [0,1]x[0,1], open on the top, along which a tangential flow is specified, with walls along the sides and bottom.
--> --> --> --> -->
++ ++
|| ||
|| ||
|| ||
|| ||
|| ||
|| ||
|| ||
|| ||
|| ||
|+--------------------+|
+----------------------+
An evenly spaced grid of 41x41 = 1,681 nodes, is used.
These nodes are organized into 800 6-node triangular elements
which are quadratic in velocity and linear in pressure.
The time-dependent incompressible 2D Navier-Stokes equations are to be applied in the region. No-slip and no-penetration conditions are applied along the walls. The top of the region is open, and here a purely tangential velocity is specified, whose strength is controlled by a parameter alpha. The dynamic viscosity is taken to be nu=1/300.
The steady state solution is computed for the particular value alpha=1/3. Using the steady state solution as initial condition, the time-dependent problem is solved over the interval 0<=t<=5, with alpha = 5/3 for timesteps 1 through 250, and then alpha = 1/3 for timesteps 251 through 500. The two instantaneous changes to alpha induce violent transient behaviors.
The goal is to extract typical modes of behavior of the solution. Such a set of modes may then be used as a finite element basis that is highly tuned to the physics of the problem, so that a very small set of basis functions can be used to closely approximate the behavior of the solution over a range of values of alpha.
CASE1_FLOW is a collection of solutions to a flow problem.
CAVITY_FLOW_MOVIE is a MATLAB script that can be used to create an animation of the entire dataset.
The CAVITY_FLOW_MOVIE is an MP4 animation of the data in this directory.
CAVITY_FLOW_SNAPSHOT is a MATLAB script that can be used to display a single flow solution.
CVT_BASIS_FLOW is an interactive executable FORTRAN90 program which can be used to analyze this data, and compute a small set of "basis vectors" using CVT techniques.
INOUT_FLOW is a collection of solutions to flow in the "inout" region.
INOUT_FLOW2 is a collection of solutions to flow in the "inout" region.
The MP4 directory contains an animation of this data.
POD_BASIS_FLOW is an interactive executable FORTRAN90 program which can be used to analyze this data, and compute a small set of "basis vectors" using POD techniques.
TCELL_FLOW is a collection of solutions to flow in the T-cell region.
TRIANGULATION_PLOT is a FORTRAN90 program which can be used to draw an image of the nodes and elements used in the triangulation of the region.
VECTOR_PLOT is a FORTRAN90 program which can be used to draw an image of the velocity vector field over the region.
There are 500 files containing velocity values at successive timesteps from a finite element simulation:
You can go up one level to the DATASETS directory.