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

15 lines
213 B
Text
Raw Normal View History

#!/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