Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / multiphase / interDyMFoam / ras / sloshingTank2D / Allclean
blob4ee30b518c6492f4f3673b5d986de57f13a2fb5c
1 #!/bin/sh
2 cd ${0%/*} || exit 1 # run from this directory
4 foamCleanTutorials cases
5 rm -rf 0/alpha1 0/alpha1.gz probes wallPressure pRefProbe
7 # ----------------------------------------------------------------- end-of-file