24#ifndef OPM_BLACKOILMODEL_CONV_MONITOR_HEADER_INCLUDED
25#define OPM_BLACKOILMODEL_CONV_MONITOR_HEADER_INCLUDED
27#include <opm/simulators/flow/BlackoilModelParameters.hpp>
28#include <opm/simulators/timestepping/ConvergenceReport.hpp>
33template <
class Scalar>
34class BlackoilModelConvergenceMonitor
38 explicit BlackoilModelConvergenceMonitor(
const MonitorParams& param);
45 const MonitorParams& param_;
47 double prev_distance_;
48 int prev_above_tolerance_;
Represents the convergence status of the whole simulator, to make it possible to query and store the ...
Definition ConvergenceReport.hpp:38
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:45
Struct holding convergence monitor params.
Definition BlackoilModelParameters.hpp:387
Definition ConvergenceReport.hpp:57