Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / combustion / PDRFoam / flamePropagationWithObstacles / Allclean
blobc333da2bb38c587b6b8cd0dc92005d4584e32550
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
4 # Source tutorial clean functions
5 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
6 cleanCase
8 rm -rf VTK
9 rm -rf constant/polyMesh/sets constant/polyMesh/faces
10 rm -rf constant/polyMesh/faces
11 rm -rf constant/polyMesh/points
12 rm -rf constant/polyMesh/owner
13 rm -rf constant/polyMesh/neighbour
15 # ----------------------------------------------------------------- end-of-file