23 #ifndef OPM_WELL_CONVERGENCE_HEADER_INCLUDED 24 #define OPM_WELL_CONVERGENCE_HEADER_INCLUDED 31 class ConvergenceReport;
33 template<
typename Scalar,
typename IndexTraits>
class WellInterfaceGeneric;
34 template<
typename Scalar,
typename IndexTraits>
class WellState;
36 template<
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,
71 #endif // OPM_WELL_CONVERGENCE_HEADER_INCLUDED 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
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45
Scalar grup
Tolerance for a grup controlled well.
Definition: WellConvergence.hpp:48
Definition: WellConvergence.hpp:37
Definition: DeferredLogger.hpp:56
Represents the convergence status of the whole simulator, to make it possible to query and store the ...
Definition: ConvergenceReport.hpp:37
Scalar bhp
Tolerance for bhp controlled well.
Definition: WellConvergence.hpp:45
Definition: BlackoilWellModelGeneric.hpp:75
Definition: WellConvergence.hpp:44
The state of a set of wells, tailored for use by the fully implicit blackoil simulator.
Definition: TemperatureModel.hpp:61