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>
45 const MonitorParams& param_;
47 double prev_distance_;
48 int prev_above_tolerance_;
Implementation of penalty cards for three-phase black oil.
Definition BlackoilModelConvergenceMonitor.hpp:35
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 blackoilboundaryratevector.hh:37
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
Struct holding convergence monitor params.
Definition BlackoilModelParameters.hpp:341
Definition ConvergenceReport.hpp:57