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/elasticNonLinULSolidFoam/Allrun

18 lines
366 B
Text
Raw Normal View History

2012-09-11 15:42:55 +00:00
#!/bin/sh
currDir=`pwd`
application=`basename $currDir`
tutorialPath=`dirname $0`/..
. $WM_PROJECT_DIR/bin/tools/RunFunctions
case="timeVaryingNonLinPlateHole"
(cd $case; runApplication blockMesh)
(cd $case; runApplication $application)
case="rotateSphere"
(cd $case; runApplication fluent3DMeshToFoam rotateSphere.msh)
(cd $case; runApplication $application)