23#ifndef OPM_WELL_CONVERGENCE_HEADER_INCLUDED
24#define OPM_WELL_CONVERGENCE_HEADER_INCLUDED
31class ConvergenceReport;
33class WellInterfaceGeneric;
52 void checkConvergenceControlEq(
const WellState& well_state,
54 const double well_control_residual,
58 void checkConvergencePolyMW(
const std::vector<double>& res,
60 const double 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:37
Definition: WellInterfaceGeneric.hpp:51
The state of a set of wells, tailored for use by the fully implicit blackoil simulator.
Definition: WellState.hpp:60
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: BlackoilPhases.hpp:27
Definition: WellConvergence.hpp:43
double rates
Tolerance for a rate controlled well.
Definition: WellConvergence.hpp:46
double max_residual_allowed
Max residual allowd.
Definition: WellConvergence.hpp:48
double bhp
Tolerance for bhp controlled well.
Definition: WellConvergence.hpp:44
double thp
Tolerance for thp controlled well.
Definition: WellConvergence.hpp:45
double grup
Tolerance for a grup controlled well.
Definition: WellConvergence.hpp:47