Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / heatTransfer / chtMultiRegionSimpleFoam / multiRegionHeaterRadiation / Allclean
blob4b005c9814b85af2ba0d893540661cfe1739b135
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
4 # Source tutorial clean functions
5 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
7 cleanCase
8 rm -rf VTK
9 rm -rf constant/cellToRegion constant/polyMesh/sets
10 rm -rf 0/bottomAir
11 rm -rf 0/topAir
12 rm -rf 0/heater
13 rm -rf 0/leftSolid
14 rm -rf 0/rightSolid
15 rm -f 0/cellToRegion
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