From f0b404748dbd39a5eaf0876595f14105b910ac45 Mon Sep 17 00:00:00 2001 From: Andrew Heather Date: Wed, 27 Apr 2016 09:41:27 +0100 Subject: [PATCH] ENH: Further tutorial update --- tutorials/mesh/parallel/cavity/system/controlDict | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/mesh/parallel/cavity/system/controlDict b/tutorials/mesh/parallel/cavity/system/controlDict index 8b3e003782..78ef7651b9 100644 --- a/tutorials/mesh/parallel/cavity/system/controlDict +++ b/tutorials/mesh/parallel/cavity/system/controlDict @@ -17,13 +17,13 @@ FoamFile application icoFoam; -startFrom latestTime; +startFrom startTime; startTime 0; stopAt endTime; -endTime 1.0; +endTime 0.5; deltaT 0.005;