#!/bin/sh
cd “${0%/*}” || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#——————————————————————————runApplication blockMesh
runApplication -s createBlockage \r
topoSet -dict system/topoSetDict.createBlockagerunApplication subsetMesh -overwrite blockage -patch bottom
runApplication -s createPatch \r
topoSet -dict system/topoSetDict.createPatchrunApplication -s createCollector \r
topoSet -dict system/topoSetDict.createCollectorrestore0Dir
runApplication decomposePar
runParallel setFields
runParallel $(getApplication)
#——————————————————————————
実行年月:07/01/2022