#!/bin/sh
cd ${0%/*} || exit 1    # Run from this directory

# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/CleanFunctions

cd wingMotion_snappyHexMesh
cleanCase

cd ../wingMotion2D_simpleFoam
cleanCase

cd ../wingMotion2D_pimpleFoam
cleanCase
rm -f 0/p 0/nut 0/k 0/omega 0/U 0/pointDisplacement

#------------------------------------------------------------------------------
