#!/bin/sh
cd “${0%/*}” || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#——————————————————————————#- Generate mesh
runApplication blockMeshmkdir -p constant/triSurface
runApplication surfaceMeshExtract \r
-featureAngle 45 \r
-patches ‘(minX maxY)’ \r
constant/triSurface/blockMesh.obj#- For postprocessing: extract new pointPatches as vtk files
setSet
実行年月:06/06/2025