From 3ff15d1e2ebe1004329f1865d0171227ee0b331c Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Wed, 25 Jul 2012 16:54:33 +0100 Subject: [PATCH] pisoFoam/les/motorBike: Corrected --- .../incompressible/pisoFoam/les/motorBike/motorBike/Allrun | 3 --- .../pisoFoam/les/motorBike/motorBike/system/controlDict | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun index 5aa430556ad..3815c358953 100755 --- a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun +++ b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/Allrun @@ -11,13 +11,10 @@ cp $FOAM_TUTORIALS/resources/geometry/motorBike.obj.gz constant/triSurface/ mkdir 0 runApplication blockMesh - cp system/decomposeParDict.hierarchical system/decomposeParDict - runApplication decomposePar cp system/decomposeParDict.ptscotch system/decomposeParDict - runParallel snappyHexMesh 8 -overwrite -parallel find . -type f -iname "*level*" -exec rm {} \; diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/controlDict b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/controlDict index d7759e4112d..6569a100b70 100644 --- a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/controlDict +++ b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/controlDict @@ -17,7 +17,7 @@ FoamFile libs ("libOpenFOAM.so" "libfieldFunctionObjects.so"); -application pisoFoam; +application simpleFoam; startFrom latestTime; -- GitLab