#!/bin/sh
cd "${0%/*}" || exit                                # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/CleanFunctions      # Tutorial clean functions
#------------------------------------------------------------------------------


# Don't need these extra files (from star4ToFoam conversion)
rm -r proc*
rm -r postProcessing


rm \
   log.decompose \
   log.sonic \
;

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