openfoam/tutorials/MRFSimpleFoam/mixerVessel2D/Allclean
2008-06-12 19:32:10 +01:00

18 lines
321 B
Bash
Executable File

#!/bin/sh
# Get application name from directory
parentDir=`dirname $PWD`
application=`basename $parentDir`
# Find and source additional functions
tutorialPath=$PWD
while [ ! -f $tutorialPath/CleanFunctions ]
do
tutorialPath="$tutorialPath/.."
done
. $tutorialPath/CleanFunctions
cleanCase
wclean ../MRFSimpleFoam