diff --git a/tutorials/incompressible/simpleSRFFoam/mixer/Allrun b/tutorials/incompressible/simpleSRFFoam/mixer/Allrun new file mode 100755 index 000000000..d1cf77d18 --- /dev/null +++ b/tutorials/incompressible/simpleSRFFoam/mixer/Allrun @@ -0,0 +1,12 @@ +#!/bin/bash +# Source tutorial run functions +. $WM_PROJECT_DIR/bin/tools/RunFunctions + +# Get application from system/controlDict +application=`getApplication` + +# make sure the application is compiled +wmake ../$application + +runApplication blockMesh +runApplication $application