mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Made the solveWellEq() method return if it converged.
Also use this to avoid updating if not converged in the multi-segment version.
This commit is contained in:
committed by
Kai Bao
parent
b6ede37ca3
commit
233a275191
@@ -392,7 +392,7 @@ namespace Opm {
|
||||
extractWellPerfProperties(std::vector<ADB>& mob_perfcells,
|
||||
std::vector<ADB>& b_perfcells) const;
|
||||
|
||||
void
|
||||
bool
|
||||
solveWellEq(const std::vector<ADB>& mob_perfcells,
|
||||
const std::vector<ADB>& b_perfcells,
|
||||
SolutionState& state,
|
||||
|
||||
Reference in New Issue
Block a user