Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.26 KB

File metadata and controls

48 lines (29 loc) · 1.26 KB

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
cd burgers_dynamic
mkdir build
cd build
cmake -DOpenCMISS_INSTALL_ROOT=/path/to/opencmiss/install/ ../.
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.