mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-09 10:15:34 -06:00
OPM-218: Fix Flow vs Eclipse restart interval write differences: Override method from SimulatorTimerInterface
This commit is contained in:
parent
d0af851f8e
commit
84934d0c1f
@ -112,6 +112,8 @@ namespace Opm
|
||||
|
||||
double AdaptiveSimulatorTimer::simulationTimeElapsed() const { return current_time_; }
|
||||
|
||||
double AdaptiveSimulatorTimer::simulationStartTimeForCurrentReportStep() const { return start_time_; }
|
||||
|
||||
bool AdaptiveSimulatorTimer::done () const { return (current_time_ >= total_time_) ; }
|
||||
|
||||
double AdaptiveSimulatorTimer::averageStepLength() const
|
||||
|
@ -71,6 +71,10 @@ namespace Opm
|
||||
/// \brief \copydoc SimulationTimer::simulationTimeElapsed
|
||||
double simulationTimeElapsed() const;
|
||||
|
||||
/// \brief \copydoc SimulationTimer::simulationStartTimeForCurrentReportStep
|
||||
double simulationStartTimeForCurrentReportStep() const;
|
||||
|
||||
|
||||
/// \brief \copydoc SimulationTimer::done
|
||||
bool done () const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user