Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / discreteMethods / dsmcFoam / freeSpaceStream / Allclean
blob38adb1cefa2d0ab7eb3e3d2c19649b8edd791a04
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
4 # Source tutorial clean functions
5 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
7 cleanCase
8 rm -rf 0/lagrangian 0/dsmcSigmaTcRMax 0/uniform > /dev/null 2>&1
10 # ----------------------------------------------------------------- end-of-file