openfoam/tutorials/turbFoam/Allrun
2008-04-15 18:56:58 +01:00

13 lines
197 B
Bash
Executable File

#!/bin/sh
currDir=`pwd`
application=`basename $currDir`
case="cavity"
tutorialPath=`dirname $0`/..
. $tutorialPath/RunFunctions
runApplication blockMesh $case
runApplication $application $case