jburkardt

NAVIER_STOKES_3D_EXACT\ Exact solutions to the\ 3D Incompressible Time-Dependent Navier Stokes Equations {#navier_stokes_3d_exact-exact-solutions-to-the-3d-incompressible-time-dependent-navier-stokes-equations align=”center”} ========================================================


NAVIER_STOKES_3D_EXACT, a C++ library which evaluates exact solutions to the incompressible time-dependent Navier-Stokes equations over an arbitrary domain in 3D.

The given velocity and pressure fields are exact solutions for the 3D incompressible time-dependent Navier Stokes equations over any region.

To define a typical problem, one chooses a bounded spatial region and a starting time, and then imposes boundary and initial conditions by referencing the exact solution appropriately.

In the Ethier reference, a calculation is made for the cube centered at (0,0,0) with a “radius” of 1 unit, and over the time interval from t = 0 to t = 0.1, with parameters a = PI/4 and d = PI/2, and with Dirichlet boundary conditions on all faces of the cube.

Licensing: {#licensing align=”center”}

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

Languages: {#languages align=”center”}

NAVIER_STOKES_3D_EXACT is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version and a Python version.

NAVIER_STOKES_2D_EXACT, a C++ library which evaluates exact solutions to the incompressible time-dependent Navier-Stokes equations over an arbitrary domain in 2D.

NAVIER_STOKES_MESH3D, MATLAB data files which define meshes for several 3D test problems involving the Navier Stokes equations for flow flow, provided by Leo Rebholz.

Reference: {#reference align=”center”}

  1. Martin Bazant, Henry Moffatt,\ Exact solutions of the Navier-Stokes equations having steady vortex structures,\ Journal of Fluid Mechanics,\ Volume 541, pages 55-64, 2005.
  2. Johannes Burgers,\ A mathematical model illustrating the theory of turbulence,\ Advances in Applied Mechanics,\ Volume 1, pages 171-199, 1948.
  3. C Ross Ethier, David Steinman,\ Exact fully 3D Navier-Stokes solutions for benchmarking,\ International Journal for Numerical Methods in Fluids,\ Volume 19, Number 5, March 1994, pages 369-375.

Source Code: {#source-code align=”center”}

Examples and Tests: {#examples-and-tests align=”center”}

List of Routines: {#list-of-routines align=”center”}

You can go up one level to the C++ source codes.


Last revised on 17 January 2015.