openfoam/tutorials/mhdFoam/Allclean
2008-04-15 18:56:58 +01:00

13 lines
169 B
Bash
Executable File

#!/bin/sh
currDir=`pwd`
application=`basename $currDir`
case=hartmann
tutorialPath=`dirname $0`/..
. $tutorialPath/CleanFunctions
cleanCase $case
cleanSamples $case