How to build cfMesh with the latest version of OpenFOAM-plus

The cfMesh meshing software is available in OpenFOAM-plus as a git submodule .

Step-by-step guide

  1. In OpenFOAM-plus initialize git submodules and update them.
  2. Execute the Allwmake build script.
cd $WM_PROJECT_DIR/modules
git submodule init
git submodule update
cd ..
./Allwmake

See also