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:
Tor Harald Sandve
2014-11-18 08:32:55 +01:00
parent d50ec0d4d1
commit 82eafbb510
10 changed files with 16 additions and 16 deletions

View File

@@ -70,7 +70,7 @@ well_controls_set_current( struct WellControls * ctrl, int current);
bool
well_controls_well_is_shut(const struct WellControls * ctrl);
well_controls_well_is_stopped(const struct WellControls * ctrl);
bool
well_controls_well_is_open(const struct WellControls * ctrl);
@@ -79,7 +79,7 @@ void
well_controls_open_well( struct WellControls * ctrl);
void
well_controls_shut_well( struct WellControls * ctrl);
well_controls_stop_well( struct WellControls * ctrl);
int
well_controls_add_new(enum WellControlType type , double target , const double * distr , struct WellControls * ctrl);