From 154e912c7bdc585848643a67c31a3c8f11e3a204 Mon Sep 17 00:00:00 2001 From: Bahram Date: Thu, 26 Jan 2023 16:00:55 +0100 Subject: [PATCH] Correcting time constructor for OpenFOAM --- src/phasicFlow/repository/systemControl/systemControl.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/phasicFlow/repository/systemControl/systemControl.cpp b/src/phasicFlow/repository/systemControl/systemControl.cpp index e8919f11..7270c86a 100644 --- a/src/phasicFlow/repository/systemControl/systemControl.cpp +++ b/src/phasicFlow/repository/systemControl/systemControl.cpp @@ -208,7 +208,11 @@ pFlow::systemControl::systemControl( Time_ ( this, - settingsDict_ + settingsDict_, + startTime, + endTime, + saveInterval, + startTimeName ), externalTimeControl_(true), g_(