#!/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 \
   constant/polyMesh \
;

rm \
   log.blockMesh \
   log.decompose \
   log.reconstruct \
   log.checMesh \
   log.feature \
   log.snappy \
   log.transform \
;

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