2 # Source tutorial run functions
3 .
$WM_PROJECT_DIR/bin
/tools
/RunFunctions
5 # Get application from system/controlDict
6 application
=`getApplication`
8 # make sure the application is compiled
11 m4 < constant
/polyMesh
/blockMeshDict.
m4 > constant
/polyMesh
/blockMeshDict
12 runApplication blockMesh
13 transformPoints
-scale "(1 20 1)"
14 transformPoints
-cylToCart "((0 0 0) (0 0 1) (1 0 0))"
16 # Set 0-directory and create GGI set:
18 runApplication setSet
-batch setBatchGgi
19 runApplication setsToZones
-noFlipMap
21 runApplication
$application