#!/bin/sh cd "${0%/*}" || exit # Run from this directory . ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions #------------------------------------------------------------------------------ #- Generate mesh runApplication blockMesh mkdir -p constant/triSurface runApplication surfaceMeshExtract \ -featureAngle 45 \ -patches '(minX maxY)' \ constant/triSurface/blockMesh.obj #- For postprocessing: extract new pointPatches as vtk files setSet <