Newer
Older
cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
# copy STL files from resources folder
cp -rf \
"$FOAM_TUTORIALS"/resources/geometry/mixerVesselAMI \
constant/triSurface
runApplication createBaffles -overwrite
runApplication mergeOrSplitBaffles -split -overwrite
#------------------------------------------------------------------------------