3 # Source tutorial run functions
4 .
$WM_PROJECT_DIR/bin
/tools
/RunFunctions
7 application
=`getApplication`
9 runApplication blockMesh
12 # Creating patches 'out of nothing' so will get undefined value which
13 # might cause floating point error
17 # Create faceZones for fan and baffles
18 runApplication topoSet
20 createBaffles cyclicFaces
'(fan_half0 fan_half1)' -overwrite > log.createBaffles
2>&1
22 createBaffles baffleFaces
'(baffles baffles)' -overwrite > log.createBaffles
2>&1
24 runApplication
$application