#!/bin/bash
export LC_ALL=en_US.UTF-8
rm -r geometry-input
rm gnuplot-*
rm PP-Mes*
rm PP-S*
rm rammonitoring
rm run
rm buildSTL
rm -r constant/extendedFeatureEdgeMesh
rm -r constant/polyMesh
rm -r constant/triSurface
if [ $1 == 'all' ]
then rm -r 0.org 0.HF 0.HF-2D 0.HFGE 0.HFGE-2D 0.hover 0.hoverGE 0.pitchSRF 0.rollMRF 0.yawSRF 
rm case.foam
rm -r constant
rm -r system
rm -r processor*
rm -r postProcessing
fi

