2 cd ${0%/*} ||
exit 1 # run from this directory
4 # Source tutorial clean functions
5 .
$WM_PROJECT_DIR/bin
/tools
/CleanFunctions
7 rm -rf constant
/extendedFeatureEdgeMesh
> /dev
/null
2>&1
8 rm -f constant
/triSurface
/*.eMesh
> /dev
/null
2>&1
9 rm -f constant
/polyMesh
/boundary
13 rm -rf constant
/cellToRegion constant
/polyMesh
/sets
20 rm -rf constant
/bottomAir
/polyMesh
21 rm -rf constant
/topAir
/polyMesh
22 rm -rf constant
/heater
/polyMesh
23 rm -rf constant
/leftSolid
/polyMesh
24 rm -rf constant
/rightSolid
/polyMesh
26 # ----------------------------------------------------------------- end-of-file