mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user