Correction to the compilation of mesquite-2.1.2. Bug fix contributed by Philippose...
[OpenFOAM-1.6-ext.git] / tutorials / surfaceTracking / bubbleInterTrackFoam / bubble2D_r0.75mm / Allclean
blob56d3efb5aa7acc8b66a82ce255bec73f6a8f2b02
1 #!/bin/sh
3 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
5 cleanFaMesh ()
7 rm -rf ./constant/faMesh/faceLabels* \
8 ./constant/faMesh/boundary* \
9 > /dev/null 2>&1
12 cleanHistoryFolder ()
14 rm -rf ./history \
15 > /dev/null 2>&1
18 cleanAuxFolders ()
20 rm -rf forces \
21 > /dev/null 2>&1
23 rm -rf path \
24 > /dev/null 2>&1
27 cleanHistoryFolder
28 cleanTimeDirectories
29 cleanFaMesh
30 cleanAuxFolders