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 +