Merge branch 'master' of ssh://opencfd@repo.or.cz/srv/git/OpenFOAM-1.5.x
[OpenFOAM-1.5.x.git] / tutorials / lesCavitatingFoam / Allclean
blob35d86a21214f38680ba0c097517688eab7450a9f
1 #!/bin/sh
3 # Source tutorial clean functions
4 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
6 cd throttle
7 rm -rf constant/polyMesh/sets > /dev/null 2>&1
8 rm -rf 0/polyMesh > /dev/null 2>&1
9 rm system/cellSetDict > /dev/null 2>&1
11 cleanCase
12 cd ..
14 cd throttle3D
15 rm -rf constant/polyMesh/sets > /dev/null 2>&1
16 rm -rf 0 > /dev/null 2>&1
17 cp -r 0.org 0
18 rm system/cellSetDict > /dev/null 2>&1
19 rm -rf processor[0-9] > /dev/null 2>&1
21 cleanCase
22 cd ..