#!/bin/sh cd ${0%/*} || exit 1 # Run from this directory # Source tutorial run functions . $WM_PROJECT_DIR/bin/tools/RunFunctions runApplication -s cone \ surfaceOrient constant/geometry/cone.stl \ constant/geometry/cone_orient.stl \ -inside '(0 -0.5 0)' runApplication -s sphere \ surfaceOrient constant/geometry/sphere.stl \ constant/geometry/sphere_orient.stl \ -inside '(0 -0.5 0)' runApplication \ surfaceBooleanFeatures \ constant/geometry/cone_orient.stl \ constant/geometry/sphere_orient.stl \ intersection runApplication foamyHexMesh runApplication -s collapseFaceSet \ collapseEdges -latestTime -collapseFaceSet indirectPatchFaces runApplication -s collapseFaces \ collapseEdges -latestTime -collapseFaces #------------------------------------------------------------------------------