3 cd ${0%/*} ||
exit 1 # run from this directory
5 # Source tutorial run functions
6 .
$WM_PROJECT_DIR/bin
/tools
/RunFunctions
9 application
=`getApplication`
11 runApplication blockMesh
12 runApplication topoSet
13 runApplication subsetMesh
-overwrite c0
-patch movingBlock
14 cp -r 0.org
0 > /dev
/null
2>&1
15 runApplication
$application
16 .
/extractData log.
$application
19 # ----------------------------------------------------------------- end-of-file