#!/bin/sh
cd “${0%/*}” || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#——————————————————————————# restore0Dir
runApplication blockMesh
runApplication decomposePar
runParallel $(getApplication) -debug-switch GAMGAgglomeration
# Try again with random decomposition. Needs a few more cells to create
# proper agglomeration – otherwise processorAgglomerator complainsdecompDict=”-decomposeParDict system/decomposeParDict.random”
runApplication -s random \r
decomposePar -force $decompDictrunParallel -s random refineMesh -overwrite $decompDict
runParallel -s random \r
$(getApplication) $decompDict -debug-switch GAMGAgglomeration#——————————————————————————
実行年月:08/02/2024