STOKES_2D_EXACT, a FORTRAN90 library which evaluates exact solutions to the incompressible steady Stokes equations in 2D.
The incompressible steady 2D Stokes equations seek functions u(x,y), v(x,y), (the velocity vector) and p(x,y) (the pressure) such that
- uxx - uyy + dpdx = f
- vxx - vyy + dpdy = g
ux + vy = h
while satisfying boundary conditions for u and v, and a normalization
condition for p, such as specifying its value at one point, or requiring
that the integral of p over the region be 0.
Three exact solution fields are provided here.
The computer code and data files made available on this web page are distributed under the GNU LGPL license.
STOKES_2D_EXACT is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version and a Python version.
NAVIER_STOKES_2D_EXACT, a FORTRAN90 library which evaluates an exact solution to the incompressible time-dependent Navier-Stokes equations over an arbitrary domain in 2D.
NAVIER_STOKES_MESH2D, MATLAB data files which define triangular meshes for several 2D test problems involving the Navier Stokes equations for fluid flow, provided by Leo Rebholz.
SPIRAL_DATA, a FORTRAN90 library which computes a velocity vector field that satisfies the continuity equation, writing the data to a file that can be plotted by gnuplot.
Graphics files:
You can go up one level to the FORTRAN90 source codes.