Darcy's law is an equation that describes the flow of a fluid through a porous medium. The static form of the Darcy 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/darcy_static.git cd darcy_static mkdir build cd build cmake -DOpenCMISS_INSTALL_ROOT=/path/to/opencmiss/install/ ../. make
Fortran version:
cd src/fortran/ ./darcy_static_fortran
The results can be visualised by running visualiseDarcyStatic.cmgui with the Cmgui visualiser.
There are no additional input files required for this example as it is self-contained.
License applicable to this example is described in LICENSE.