using getWellConvergence in BlackoilModelEbos

Tested with SPE1.

TODO: with the current way, we are not outputting any well residual
information. We need to address what kind of residual information we
want to output with the new well model.
This commit is contained in:
Kai Bao
2017-07-21 16:01:32 +02:00
parent ab67635134
commit f1677015fe
3 changed files with 18 additions and 23 deletions

View File

@@ -236,7 +236,7 @@ enum WellVariablePositions {
std::vector<double> residual() const;
bool getWellConvergence(Simulator& ebosSimulator,
const int iteration) const;
const std::vector<Scalar>& B_avg) const;
void computeWellConnectionPressures(const Simulator& ebosSimulator,
const WellState& xw);