#!/bin/sh

# Remove the mesh
foamCleanPolyMesh

# Remove time folders
foamListTimes -rm -time 0: -withZero

# Remove dynamicCode
rm -r dynamicCode

# Remove processors directories
rm -r processor*

# Remove postProcessing
rm -r postProcessing/*

# Remove mesh information in constant
rm constant/C*

# Remove logs
rm  gradPOSC.txt log
