Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / lagrangian / porousExplicitSourceReactingParcelFoam / verticalChannel / Allclean
blob23c5f81a84957565c696b0bf29e0fa53f906d636
1 #!/bin/sh
2 # Source tutorial clean functions
3 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
5 # remove old time folders
6 rm -rf 0 *[1-9]* processor* postProcessing
8 # copy 0.org to 0
9 cp -r 0.org 0
11 cleanCase