34693bd858
Also including modifications to the include path for icoDyMFoam
14 lines
213 B
Bash
Executable file
14 lines
213 B
Bash
Executable file
#!/bin/sh
|
|
|
|
currDir=`pwd`
|
|
application=`basename $currDir`
|
|
cases="circCylinder3d"
|
|
|
|
tutorialPath=`dirname $0`/..
|
|
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
|
|
|
for case in $cases
|
|
do
|
|
cleanTimeDirectories $case
|
|
done
|
|
|