mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
WellTestState::addClosedCompletion - WellTestState::close_completion
This commit is contained in:
parent
ce78326ac1
commit
e0ea090960
@ -740,7 +740,7 @@ updateWellTestStateEconomic(const SingleWellState& ws,
|
|||||||
{
|
{
|
||||||
const int worst_offending_completion = ratio_report.worst_offending_completion;
|
const int worst_offending_completion = ratio_report.worst_offending_completion;
|
||||||
|
|
||||||
well_test_state.addClosedCompletion(name(), worst_offending_completion, simulation_time);
|
well_test_state.close_completion(name(), worst_offending_completion, simulation_time);
|
||||||
if (write_message_to_opmlog) {
|
if (write_message_to_opmlog) {
|
||||||
if (worst_offending_completion < 0) {
|
if (worst_offending_completion < 0) {
|
||||||
const std::string msg = std::string("Connection ") + std::to_string(- worst_offending_completion)
|
const std::string msg = std::string("Connection ") + std::to_string(- worst_offending_completion)
|
||||||
|
Loading…
Reference in New Issue
Block a user