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 generalised form of the Burgers equation is implemented in this example.
The fortran version of the example can be configured and built with CMake:
git clone https://github.com/OpenCMISS-Examples/burgers_generalised.git mkdir burgers_generalised-build cd burgers_generalised-build cmake -DOpenCMISSLibs_DIR=~/opencmiss/install/ ../burgers_generalised/ make
Fortran version:
cd src/fortran/ ./burgers_generalised_fortran
The results can be visualised by running visualiseBurgersGeneralised.cmgui with the Cmgui visualiser.
Heinrich, J.C. and Pepper, D.W., 1999. Intermediate finite element method: fluid flow and heat transfer applications. (pg. 216)
There are no additional input files required for this example as it is self-contained.
License applicable to this example is described in LICENSE.