From 7a7ecf600f81787efc3ba7a49e8df79a277611a4 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Thu, 14 Jun 2018 13:47:07 +0100 Subject: [PATCH] ENH: prescribedRotation: smaller end time so simulation is shorter. --- .../overInterDyMFoam/boatAndPropeller/system/controlDict | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/system/controlDict b/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/system/controlDict index 42399a665c9..b5c1b6eaaf7 100644 --- a/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/system/controlDict +++ b/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/system/controlDict @@ -25,7 +25,7 @@ startTime 0; stopAt endTime; -endTime 1; +endTime 0.5; deltaT 0.0001; -- GitLab