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/heatTransfer/boussinesqBuoyantFoam/Allclean

15 lines
211 B
Text
Raw Normal View History

#!/bin/sh
currDir=`pwd`
application=`basename $currDir`
cases="heatedCavity"
tutorialPath=`dirname $0`/..
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
for case in $cases
do
(cd $case; cleanCase)
done