oppositeBurningPanels

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory

# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions

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/29/2017