Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / heatTransfer / boussinesqBuoyantFoam / Allrun
bloba7dc4a3f01456d5becfb9468a92d58a8ee710d56
1 #!/bin/sh
3 currDir=`pwd`
4 application=`basename $currDir`
5 cases="heatedCavity"
7 tutorialPath=`dirname $0`/..
8 . $WM_PROJECT_DIR/bin/tools/RunFunctions
10 for case in $cases
12 (cd $case; runApplication blockMesh)
13 (cd $case; runApplication $application)
14 done