mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
Merge pull request #67 from Applied-Fluid-Dynamics/main
Correcting time constructor for OpenFOAM
This commit is contained in:
@ -208,7 +208,11 @@ pFlow::systemControl::systemControl(
|
|||||||
Time_
|
Time_
|
||||||
(
|
(
|
||||||
this,
|
this,
|
||||||
settingsDict_
|
settingsDict_,
|
||||||
|
startTime,
|
||||||
|
endTime,
|
||||||
|
saveInterval,
|
||||||
|
startTimeName
|
||||||
),
|
),
|
||||||
externalTimeControl_(true),
|
externalTimeControl_(true),
|
||||||
g_(
|
g_(
|
||||||
|
Reference in New Issue
Block a user