mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
improve message when shutting well due to convergence issues
This commit is contained in:
parent
e89c43e54d
commit
93a0bb0de3
@ -956,7 +956,7 @@ forceShutWellByName(const std::string& wellname,
|
||||
// Only log a message on the output rank.
|
||||
if (terminal_output_ && well_was_shut) {
|
||||
const std::string msg = "Well " + wellname
|
||||
+ " will be shut because it cannot get converged.";
|
||||
+ " will be shut because it fails to converge.";
|
||||
OpmLog::info(msg);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user