From d8cb793e3628212ff1b82545749d8c65be28ce3a Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 7 Oct 2010 17:12:27 +0100 Subject: [PATCH] ENH: Added Allrun script to rhoPimpleFoam tutorial to generate mesh --- .../compressible/rhoPimpleFoam/ras/angledDuct/Allrun | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 tutorials/compressible/rhoPimpleFoam/ras/angledDuct/Allrun diff --git a/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/Allrun b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/Allrun new file mode 100755 index 0000000000..13c8195c59 --- /dev/null +++ b/tutorials/compressible/rhoPimpleFoam/ras/angledDuct/Allrun @@ -0,0 +1,10 @@ +cd ${0%/*} || exit 1 # run from this directory + +m4 constant/polyMesh/blockMeshDict.m4 > constant/polyMesh/blockMeshDict + +# Source tutorial run functions +. $WM_PROJECT_DIR/bin/tools/RunFunctions + +runApplication blockMesh +runApplication rhoPimpleFoam +