#!/bin/bash
# Source tutorial clean functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions

# Clean post-processing
rm -rf postProcessing/latex postProcessing/*.pdf postProcessing/*.dat

# Clean case
cleanCase

rm -rf 0 constant/polyMesh
mkdir constant/polyMesh
cp -r save0 0


# Remove *.log
rm -rf *.log

