diff --git a/tutorials/incompressible/MRFSimpleFoam/axialTurbine/Allrun b/tutorials/incompressible/MRFSimpleFoam/axialTurbine/Allrun new file mode 100755 index 000000000..8445c32c2 --- /dev/null +++ b/tutorials/incompressible/MRFSimpleFoam/axialTurbine/Allrun @@ -0,0 +1,24 @@ +#!/bin/sh + +# Source tutorial run functions +. $WM_PROJECT_DIR/bin/tools/RunFunctions + +application="MRFSimpleFoam" +#application="simpleFoam" + +#Create the mesh: +./makeMesh + +# Set 0-directory and create GGI set: +cp -r 0_orig 0 +setSet -batch setBatchGgi +setsToZones -noFlipMap + +#Fix constant/boundary: +cp system/changeDictionaryDict_ggi system/changeDictionaryDict +changeDictionary + +#Pick settings: +cp system/fvSolution_ggi system/fvSolution + +runApplication $application