Initial commit for version 2.0.x patch release
[OpenFOAM-2.0.x.git] / tutorials / lagrangian / porousExplicitSourceReactingParcelFoam / verticalChannel / Allclean
blob6ac02e9eab65bae4e3a6e69678372d9b9b15a274
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 # remove old time and post-processing folders
8 rm -rf 0 *[1-9]* processor* postProcessing
11 # copy 0.org to 0
12 cp -r 0.org 0
14 cleanCase
16 # ----------------------------------------------------------------- end-of-file