From 27dcb69cccbf384f4998394d2fc41a7435f6ad32 Mon Sep 17 00:00:00 2001 From: Mark Olesen <Mark.Olesen@esi-group.com> Date: Tue, 19 Jun 2018 13:03:35 +0200 Subject: [PATCH] GIT: add forgotten Allrun-parallel script (issue #866) --- .../simplifiedSiwek/Allrun-parallel | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/Allrun-parallel diff --git a/tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/Allrun-parallel b/tutorials/lagrangian/coalChemistryFoam/simplifiedSiwek/Allrun-parallel new file mode 100755 index 00000000000..da47afd7a04 --- /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) + +#------------------------------------------------------------------------------ -- GitLab