mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
only multisegment wells will alway inner iteration
This commit is contained in:
parent
0000df18a4
commit
086b8aab7d
@ -472,7 +472,7 @@ namespace Opm
|
||||
|
||||
// only use inner well iterations for the first newton iterations.
|
||||
const int iteration_idx = ebosSimulator.model().newtonMethod().numIterations();
|
||||
if (true) {
|
||||
if (iteration_idx < param_.max_niter_inner_well_iter_ || this->well_ecl_.isMultiSegment()) {
|
||||
this->operability_status_.solvable = true;
|
||||
bool converged = this->iterateWellEquations(ebosSimulator, dt, well_state, group_state, deferred_logger);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user