Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / solidMechanics / elasticSolidFoam / plateHole / Allclean
blob126e75be706f320fc6e6b2e97ad952205eda7e63
1 #!/bin/sh
3 # Source tutorial clean functions
4 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
6 cleanTimeDirectories
7 cleanCase
8 \rm -rf constant/polyMesh/sets constant/polyMesh/*Zones*
9 \rm -rf VTK case.foam history
11 (cd analyticalPlateHole && wclean && \rm -f log.wmake)