Skip to content

OpenCMISS-Examples/burgers_static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Burgers Static

Burgers equation is the simplified version of the Navier-Stokes equations (by dropping the pressure term). This equation can be investigated in one spatial dimension. The static 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_static.git
mkdir burgers_static-build
cd burgers_static-build
cmake -DOpenCMISSLibs_DIR=~/opencmiss/install/  ../burgers_static/
make

Running the example

Fortran version:

cd src/fortran/
./burgers_static_fortran

The results can be visualised by running visualiseBurgersStatic.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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published