
#!/bin/sh

echo "clearing results..."
rm -rf 0.* [1-9]* blockMesh.log makeFaMesh.log releaseAreaMapping.log faSavageHutterFoam.log 
rm -rf 0
rm -rf *.csv
rm -rf constant/polyMesh/boundary
rm -rf constant/polyMesh/faces
rm -rf constant/polyMesh/neighbour
rm -rf constant/polyMesh/owner
rm -rf constant/polyMesh/points
rm -rf constant/faMesh/faBoundary
rm -rf constant/faMesh/faceLabels
