2 cd ${0%/*} ||
exit 1 # run from this directory
4 # Source tutorial clean functions
5 .
$WM_PROJECT_DIR/bin
/tools
/CleanFunctions
9 rm -rf constant
/cellToRegion constant
/polyMesh
/sets
17 rm -rf constant
/bottomAir
/polyMesh
18 rm -rf constant
/topAir
/polyMesh
19 rm -rf constant
/heater
/polyMesh
20 rm -rf constant
/leftSolid
/polyMesh
21 rm -rf constant
/rightSolid
/polyMesh
23 rm -f constant
/bottomAir
/F
24 rm -f constant
/bottomAir
/constructMap
*
25 rm -f constant
/bottomAir
/finalAgglom
26 rm -f constant
/bottomAir
/globalFaceFaces
27 rm -f constant
/bottomAir
/subMap
29 rm -f constant
/topAir
/F
30 rm -f constant
/topAir
/constructMap
*
31 rm -f constant
/topAir
/finalAgglom
32 rm -f constant
/topAir
/globalFaceFaces
33 rm -f constant
/topAir
/subMap
35 # ----------------------------------------------------------------- end-of-file