3 # Source tutorial run functions
4 .
$WM_PROJECT_DIR/bin
/tools
/RunFunctions
6 application
="cavitatingFoam"
10 echo "creating cell set for primary zone - $1"
11 cp system
/cellSetDict.
$1 system
/cellSetDict
12 cellSet
> log.cellSet.
$1 2>&1
14 echo "refining primary zone - $1"
15 refineMesh
-dict -overwrite > log.refineMesh.
$1 2>&1
18 runApplication blockMesh
26 runApplication
$application