23#ifndef OPM_WELL_CONVERGENCE_HEADER_INCLUDED
24#define OPM_WELL_CONVERGENCE_HEADER_INCLUDED
34template<
typename Scalar,
typename IndexTraits>
class WellState;
36template<
typename Scalar,
typename IndexTraits>
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 WellInterfaceGeneric.hpp:53
The state of a set of wells, tailored for use by the fully implicit blackoil simulator.
Definition WellState.hpp:66
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:45
Definition WellConvergence.hpp:44
Scalar thp
Tolerance for thp controlled well.
Definition WellConvergence.hpp:46
Scalar rates
Tolerance for a rate controlled well.
Definition WellConvergence.hpp:47
Scalar bhp
Tolerance for bhp controlled well.
Definition WellConvergence.hpp:45
Scalar max_residual_allowed
Max residual allowd.
Definition WellConvergence.hpp:49
Scalar grup
Tolerance for a grup controlled well.
Definition WellConvergence.hpp:48