From febbc29a90bd15712b2ac34f84de01445e8f6b1c Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 13 Aug 2013 23:22:50 +0100 Subject: [PATCH] tutorials: ensure the creation of the 0-directory as necessary --- .../incompressible/pisoFoam/les/motorBike/motorBike/Allrun | 2 +- tutorials/incompressible/simpleFoam/turbineSiting/Allrun | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun index 3815c35895..5a71c3e1b8 100755 --- a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun +++ b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun @@ -19,7 +19,7 @@ runParallel snappyHexMesh 8 -overwrite -parallel find . -type f -iname "*level*" -exec rm {} \; -ls -d processor* | xargs -i cp -r 0.org/* ./{}/0/ $1 +ls -d processor* | xargs -i cp -r 0.org ./{}/0 $1 runParallel renumberMesh 8 -overwrite diff --git a/tutorials/incompressible/simpleFoam/turbineSiting/Allrun b/tutorials/incompressible/simpleFoam/turbineSiting/Allrun index 9852cc1cf9..d08deac007 100755 --- a/tutorials/incompressible/simpleFoam/turbineSiting/Allrun +++ b/tutorials/incompressible/simpleFoam/turbineSiting/Allrun @@ -16,7 +16,7 @@ runParallel snappyHexMesh 4 -overwrite find . -type f -iname "*level*" -exec rm {} \; -ls -d processor* | xargs -i cp -r 0.org/* ./{}/0/ $1 +ls -d processor* | xargs -i cp -r 0.org ./{}/0 $1 runParallel topoSet 4 runParallel `getApplication` 4