Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / solidMechanics / deprecatedTutorials / stressedFoam / Allclean
blobdfc76d2aa662d2c0c7b59fa1267f2e7f70bd0c8f
1 #!/bin/sh
3 currDir=`pwd`
4 application=`basename $currDir`
5 cases="plateHole"
7 tutorialPath=`dirname $0`/..
8 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
10 for case in $cases
12 (cd $case; cleanCase)
13 (cd $case; cleanSamples)
14 done