fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / stressAnalysis / contactStressFoam / Allrun
blobcbe16fad570ebd85b3f5cf2f4596b9153b0d6844
1 #!/bin/sh
3 currDir=`pwd`
4 application=`basename $currDir`
5 case="ballAndBrick"
7 tutorialPath=`dirname $0`/..
8 . $WM_PROJECT_DIR/bin/tools/RunFunctions
10 (cd $case; runApplication blockMesh)
11 (cd $case; runApplication $application)