/burgers_dynamic

Primary LanguageFortranApache License 2.0Apache-2.0

Burgers Dynamic

Burgers equation is the simplified version of the Navier-Stokes equation (by dropping the pressure term). This equation can be investigated in one spatial dimension. The dynamic form of the Burgers equation is implemented in this example.

Building the example

The fortran version of the example can be configured and built with CMake:

git clone https://github.com/OpenCMISS-Examples/burgers_dynamic.git
mkdir burgers_dynamic-build
cd burgers_dynamic-build
cmake -DOpenCMISSLibs_DIR=~/opencmiss/install/  ../burgers_dynamic/
make

Running the example

Fortran version:

cd src/fortran/
./burgers_dynamic_fortran

The results can be visualised by running visualiseBurgersDynamic.cmgui with the Cmgui visualiser.

References

Heinrich, J.C. and Pepper, D.W., 1999. Intermediate finite element method: fluid flow and heat transfer applications. (pg. 216)

Prerequisites

There are no additional input files required for this example as it is self-contained.

License

License applicable to this example is described in LICENSE.