#!/bin/sh
cd “${0%/*}” || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#——————————————————————————restore0Dir
runApplication blockMesh
runApplication -s cRefine \r
topoSet -dict system/cRefine.topoSetDictrunApplication refineMesh -overwrite -dict system/refineMeshDict
runApplication -s f \r
topoSet -dict system/f.topoSetDict# create the pyrolysis region.
runApplication extrudeToRegionMesh -overwriterunApplication -s fBurner \r
topoSet -dict system/fBurner.topoSetDictrunApplication createPatch -overwrite
runApplication -s master \r
decomposePar -forcerunApplication -s panelRegion \r
decomposePar -region panelRegionrunApplication -s fields \r
decomposePar -fieldsrunParallel $(getApplication)
#——————————————————————————
実行年月:02/06/2024