Transferred copyright to the OpenFOAM Foundation
[OpenFOAM-2.0.x.git] / tutorials / multiphase / interFoam / les / nozzleFlow2D / Allclean
blobe7f7e3082b5697003b474184e8cdb785ccaee963
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 cleanCase
8 rm system/topoSetDict > /dev/null 2>&1
9 cp constant/polyMesh/boundary.org constant/polyMesh/boundary
11 # ----------------------------------------------------------------- end-of-file