BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / multiphase / cavitatingFoam / les / throttle / Allclean
blob70b255f01d9a086e4407b275bba5e46be028abc5
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/polyMesh > /dev/null 2>&1
9 rm system/topoSetDict > /dev/null 2>&1
10 cleanCase
12 # ----------------------------------------------------------------- end-of-file