#!/bin/bash
printf "Cleaning the case...\n"

. $WM_PROJECT_DIR/bin/tools/CleanFunctions
cleanCase 
cleanFaMesh

rm -rf ./logs 
rm -rf ./0.000000
rm -rf ./probesPlots
rm -rf ./samplesPlots

rm -f ./system/configDict
rm -f ./constant/dynamicMeshDict
rm -f ./constant/faSurfaceStructureProperties
rm -f ./constant/faMesh/faMeshDefinition
rm -f *.txt
rm -f *.png
