From f46fad4343853185ee499aa6c06923b145c0ee6d Mon Sep 17 00:00:00 2001 From: Chris Greenshields Date: Mon, 12 Mar 2018 09:40:17 +0000 Subject: [PATCH] blockMesh tutorials: set deltaT to 1 --- tutorials/mesh/blockMesh/pipe/system/controlDict | 4 ++-- tutorials/mesh/blockMesh/sphere/system/controlDict | 4 ++-- tutorials/mesh/blockMesh/sphere7/system/controlDict | 4 ++-- .../mesh/blockMesh/sphere7ProjectedEdges/system/controlDict | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tutorials/mesh/blockMesh/pipe/system/controlDict b/tutorials/mesh/blockMesh/pipe/system/controlDict index 451036b13e..8052693343 100644 --- a/tutorials/mesh/blockMesh/pipe/system/controlDict +++ b/tutorials/mesh/blockMesh/pipe/system/controlDict @@ -32,9 +32,9 @@ startTime 0; stopAt endTime; -endTime 0; +endTime 10; -deltaT 0; +deltaT 1; writeControl timeStep; diff --git a/tutorials/mesh/blockMesh/sphere/system/controlDict b/tutorials/mesh/blockMesh/sphere/system/controlDict index 6b63048145..be7b1aeaf9 100644 --- a/tutorials/mesh/blockMesh/sphere/system/controlDict +++ b/tutorials/mesh/blockMesh/sphere/system/controlDict @@ -23,9 +23,9 @@ startTime 0; stopAt endTime; -endTime 0; +endTime 10; -deltaT 0; +deltaT 1; writeControl timeStep; diff --git a/tutorials/mesh/blockMesh/sphere7/system/controlDict b/tutorials/mesh/blockMesh/sphere7/system/controlDict index 6b63048145..be7b1aeaf9 100644 --- a/tutorials/mesh/blockMesh/sphere7/system/controlDict +++ b/tutorials/mesh/blockMesh/sphere7/system/controlDict @@ -23,9 +23,9 @@ startTime 0; stopAt endTime; -endTime 0; +endTime 10; -deltaT 0; +deltaT 1; writeControl timeStep; diff --git a/tutorials/mesh/blockMesh/sphere7ProjectedEdges/system/controlDict b/tutorials/mesh/blockMesh/sphere7ProjectedEdges/system/controlDict index 6b63048145..be7b1aeaf9 100644 --- a/tutorials/mesh/blockMesh/sphere7ProjectedEdges/system/controlDict +++ b/tutorials/mesh/blockMesh/sphere7ProjectedEdges/system/controlDict @@ -23,9 +23,9 @@ startTime 0; stopAt endTime; -endTime 0; +endTime 10; -deltaT 0; +deltaT 1; writeControl timeStep;