openfoam/tutorials/mesh/snappyHexMesh/faceZoneRegions/Allrun
2020-01-16 12:22:02 +00:00

11 lines
332 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
# Meshing
runApplication blockMesh
runApplication surfaceFeatureExtract
runApplication snappyHexMesh
#------------------------------------------------------------------------------