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

17 lines
366 B
Bash
Executable file

#!/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)