openfoam/tutorials/lesInterFoam/nozzleFlow2D/Allclean
2008-06-12 19:32:10 +01:00

19 lines
359 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
cp constant/polyMesh/boundary.org constant/polyMesh/boundary