oppositeBurningPanels

#!/bin/sh
cd “${0%/*}” || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#——————————————————————————

runApplication blockMesh

runApplication -s cRefine \r
topoSet -dict system/cRefine.topoSetDict

runApplication refineMesh -overwrite -dict system/refineMeshDict

runApplication -s f \r
topoSet -dict system/f.topoSetDict

# create the pyrolysis region.
runApplication extrudeToRegionMesh -overwrite

runApplication -s fBurner \r
topoSet -dict system/fBurner.topoSetDict

runApplication createPatch -overwrite

cp 0/ph_rgh.orig 0/ph_rgh

runApplication -s master \r
decomposePar -force

runApplication -s panelRegion \r
decomposePar -region panelRegion

runApplication -s fields \r
decomposePar -fields

runParallel $(getApplication)

paraFoam -touch
paraFoam -touch -region panelRegion

#——————————————————————————

実行年月:08/01/2020