This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/mesh/moveDynamicMesh/circCylinder3d/Allclean
Sandeep Menon 34693bd858 Adding initial version of the mesquiteMotionSolver, and associated tutorial.
Also including modifications to the include path for icoDyMFoam
2010-10-17 13:08:28 -04:00

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