19 #ifndef OPM_TIMESTEPCONTROLINTERFACE_HEADER_INCLUDED 20 #define OPM_TIMESTEPCONTROLINTERFACE_HEADER_INCLUDED virtual ~RelativeChangeInterface()
virtual destructor (empty)
Definition: TimeStepControlInterface.hpp:40
virtual double relativeChange() const =0
virtual ~TimeStepControlInterface()
virtual destructor (empty)
Definition: TimeStepControlInterface.hpp:62
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: AdditionalObjectDeleter.hpp:22
virtual double computeTimeStepSize(const double dt, const int iterations, const RelativeChangeInterface &relativeChange, const double simulationTimeElapsed) const =0
compute new time step size suggestions based on the PID controller
RelativeChangeInterface.
Definition: TimeStepControlInterface.hpp:31
TimeStepControlInterface.
Definition: TimeStepControlInterface.hpp:48