Build instructions update: Cesare Guardino
[foam-extend-3.2.git] / tutorials / incompressible / icoDyMFoam / turboPassageRotating / Allclean
blob532fac5f5a54450429a9ddbede5e1550636d87e6
1 #!/bin/bash
3 # Source tutorial clean functions
4 . $WM_PROJECT_DIR/bin/tools/CleanFunctions
6 cleanCase
7 rm -rf constant/polyMesh/boundary
9 # rm -rf VTK log*
10 # rm -rf constant/polyMesh/points* \
11 # constant/polyMesh/face* \
12 # constant/polyMesh/owner* \
13 # constant/polyMesh/neighbour* \
14 # constant/polyMesh/*Zones* \
15 # constant/polyMesh/sets
17 # rm -rf processor*
19 find . -iname "*~" | xargs rm -rf