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

19 lines
428 B
Bash
Executable file

#!/bin/sh
currDir=`pwd`
application=`basename $currDir`
cases="timeVaryingPlateHole plateHole crackingSENT"
tutorialPath=`dirname $0`/..
. $WM_PROJECT_DIR/bin/tools/RunFunctions
for case in cases
do
(cd $case; runApplication blockMesh)
(cd $case; runApplication $application)
end
case="bimaterialCase"
(cd $case; runApplication blockMesh)
(cd $case; runApplication setFields)
(cd $case; runApplication $application)