#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctionsrunApplication 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
cp 0/ph_rgh.orig 0/ph_rgh
runApplication -s master \r
decomposePar -forcerunApplication -s panelRegion \r
decomposePar -region panelRegionrunApplication -s fields \r
decomposePar -fieldsrunParallel $(getApplication)
paraFoam -touch
paraFoam -touch -region panelRegion#——————————————————————————
実行年月:05/01/2017