mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Renaming well is shut to well is stopped.
Rename the the meaning for shut as whats used in Eclipse. STOP: Well stopped off above the formation. I.e. allow for flow in the well. SHUT: Well completely isolated from the formation. The well is removed from the well list.
This commit is contained in:
@@ -81,7 +81,7 @@ BOOST_AUTO_TEST_CASE(TestStoppedWells)
|
||||
const Wells* wells = wellsManager.c_wells();
|
||||
const struct WellControls* ctrls0 = wells->ctrls[0];
|
||||
const struct WellControls* ctrls1 = wells->ctrls[1];
|
||||
BOOST_CHECK(well_controls_well_is_shut(ctrls0)); // injector is stopped
|
||||
BOOST_CHECK(well_controls_well_is_stopped(ctrls0)); // injector is stopped
|
||||
BOOST_CHECK(well_controls_well_is_open(ctrls1));
|
||||
|
||||
WellState wellstate;
|
||||
|
||||
Reference in New Issue
Block a user