mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 15:54:46 -06:00
Add penalty for unconverged well
This commit is contained in:
parent
56da84517b
commit
e1e577fab1
@ -1127,6 +1127,10 @@ namespace Opm {
|
||||
}
|
||||
}
|
||||
|
||||
if (report.wellFailures().size() > 0) {
|
||||
report.addLargeWellResidualsPenalty();
|
||||
}
|
||||
|
||||
total_penaltyCard_ += report.getPenaltyCard();
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user