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/solidMechanics/elasticGravitySolidFoam/Allrun
2013-09-17 16:03:51 +01:00

11 lines
No EOL
225 B
Bash
Executable file

#!/bin/sh
currDir=`pwd`
application=`basename $currDir`
case="gravityBlock"
tutorialPath=`dirname $0`/..
. $WM_PROJECT_DIR/bin/tools/RunFunctions
(cd $case; runApplication blockMesh)
(cd $case; runApplication $application)