diff --git a/tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/Allrun-parallel b/tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/Allrun-parallel new file mode 100755 index 0000000000000000000000000000000000000000..da47afd7a0439662946a33ec033a7585502c4cc7 --- /dev/null +++ b/tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/Allrun-parallel @@ -0,0 +1,14 @@ +#!/bin/sh +cd ${0%/*} || exit 1 # Run from this directory +. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions + +runApplication blockMesh + +# Create ignition cells cellSet +runApplication topoSet + +runApplication decomposePar + +runParallel $(getApplication) + +#------------------------------------------------------------------------------