Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / discreteMethods / molecularDynamics / mdEquilibrationFoam / Allclean
blob5306205a8b81854f29ac06fb946a0651a50f0b44
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
4 # Source tutorial clean functions
5 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
8 cd periodicCubeArgon || exit
10 rm -rf 0/lagrangian 0/uniform
11 rm -f Ar-Ar
12 rm -f electrostatic
13 rm -f constant/idList
14 rm -rf constant/polyMesh/sets
15 cleanCase
20 cd periodicCubeWater || exit
22 rm -rf 0/lagrangian 0/uniform
23 rm -f O-O
24 rm -f electrostatic
25 rm -f constant/idList
26 rm -rf constant/polyMesh/sets
27 cleanCase
30 # ----------------------------------------------------------------- end-of-file