23#ifndef OPM_WELL_CONVERGENCE_HEADER_INCLUDED
24#define OPM_WELL_CONVERGENCE_HEADER_INCLUDED
31class ConvergenceReport;
33template<
class Scalar>
class WellInterfaceGeneric;
34template<
class Scalar>
class WellState;
55 const Scalar well_control_residual,
56 const bool well_is_stopped,
60 void checkConvergencePolyMW(
const std::vector<Scalar>& res,
62 const Scalar maxResidualAllowed,
Represents the convergence status of the whole simulator, to make it possible to query and store the ...
Definition ConvergenceReport.hpp:38
Definition DeferredLogger.hpp:57
Definition WellConvergence.hpp:38
Definition WellTest.hpp:37
The state of a set of wells, tailored for use by the fully implicit blackoil simulator.
Definition WellState.hpp:62
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
Definition WellConvergence.hpp:44
Scalar bhp
Tolerance for bhp controlled well.
Definition WellConvergence.hpp:45
Scalar grup
Tolerance for a grup controlled well.
Definition WellConvergence.hpp:48
Scalar max_residual_allowed
Max residual allowd.
Definition WellConvergence.hpp:49
Scalar rates
Tolerance for a rate controlled well.
Definition WellConvergence.hpp:47
Scalar thp
Tolerance for thp controlled well.
Definition WellConvergence.hpp:46