From ee1de08305067641e20a2d3ec7418f0fd8174851 Mon Sep 17 00:00:00 2001 From: Martin Beaudoin Date: Sat, 9 Oct 2010 18:49:29 -0400 Subject: [PATCH] Fix tutorials: Add allrun to compressible/rhoPisoFoam/les/pitzDaily and compressible/rhoPisoFoam/ras/cavity --- tutorials/compressible/rhoPisoFoam/les/pitzDaily/Allrun | 8 ++++++++ tutorials/compressible/rhoPisoFoam/ras/cavity/Allrun | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 tutorials/compressible/rhoPisoFoam/les/pitzDaily/Allrun create mode 100644 tutorials/compressible/rhoPisoFoam/ras/cavity/Allrun diff --git a/tutorials/compressible/rhoPisoFoam/les/pitzDaily/Allrun b/tutorials/compressible/rhoPisoFoam/les/pitzDaily/Allrun new file mode 100644 index 00000000..1949c6d7 --- /dev/null +++ b/tutorials/compressible/rhoPisoFoam/les/pitzDaily/Allrun @@ -0,0 +1,8 @@ +#!/bin/sh +# Source tutorial run functions +. $WM_PROJECT_DIR/bin/tools/RunFunctions + +application="rhoPisoFoam" + +runApplication blockMesh +runApplication $application diff --git a/tutorials/compressible/rhoPisoFoam/ras/cavity/Allrun b/tutorials/compressible/rhoPisoFoam/ras/cavity/Allrun new file mode 100644 index 00000000..1949c6d7 --- /dev/null +++ b/tutorials/compressible/rhoPisoFoam/ras/cavity/Allrun @@ -0,0 +1,8 @@ +#!/bin/sh +# Source tutorial run functions +. $WM_PROJECT_DIR/bin/tools/RunFunctions + +application="rhoPisoFoam" + +runApplication blockMesh +runApplication $application -- 2.11.4.GIT