intersection with triangle plane for miss
[OpenFOAM-1.5.x.git] / tutorials / interFoam / Allclean
blob62275784712aebe76b90f3356879dce098912e1e
1 #!/bin/sh
3 # Source tutorial clean functions
4 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
6 keepCases="damBreak"
7 loseCases="damBreakFine"
9 for case in $keepCases
11 (cd $case && foamCleanTutorials)
13 if [ "$case" = "damBreak" ]
14 then
15 cp $case/0/gamma.org $case/0/gamma
17 done
19 for case in $loseCases
21 removeCase $case
22 done