BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / multiphase / cavitatingFoam / les / throttle3D / Allclean
blobb5c25b61f84e7b7dc0d5251d6d11203e312a2229
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 rm -rf constant/polyMesh/sets > /dev/null 2>&1
8 rm -rf 0 > /dev/null 2>&1
9 cp -r 0.org 0
10 rm system/topoSetDict > /dev/null 2>&1
11 rm -rf processor[0-9] > /dev/null 2>&1
12 cleanCase
14 # ----------------------------------------------------------------- end-of-file