opm-simulators/opm/core/wells
Joakim Hove c2f9390d95 Wellsmanager will check completion status
With this commit the WellsManager will check the status of completions
before adding them to the internal struct wells
datastructure. Completions can be in the four states:

  OPEN, SHUT, AUTO, POPN

Completions with state == SHUT will be ignored, wheras the wellsmanager
will throw  if the states AUTO or POPN are encountered. The WELOPEN
keyword can also have the value 'STOP'; for completions that is
translated to 'SHUT' by Schedule object.
2015-01-12 12:43:45 +01:00
..
InjectionSpecification.cpp make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
InjectionSpecification.hpp Renamed newwells.h -> wells.h. 2013-03-18 10:33:34 +01:00
ProductionSpecification.cpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
ProductionSpecification.hpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
well_controls.c Renaming well is shut to well is stopped. 2015-01-09 09:10:10 +01:00
WellCollection.cpp remove EclipseGridParser compatibility methods from all classes 2014-05-21 11:22:43 +02:00
WellCollection.hpp remove EclipseGridParser compatibility methods from all classes 2014-05-21 11:22:43 +02:00
wells.c Reimplement clone_wells() in terms of well_controls_clone() 2014-07-03 16:09:56 +02:00
WellsGroup.cpp Renaming well is shut to well is stopped. 2015-01-09 09:10:10 +01:00
WellsGroup.hpp remove EclipseGridParser compatibility methods from all classes 2014-05-21 11:22:43 +02:00
WellsManager_impl.hpp Wellsmanager will check completion status 2015-01-12 12:43:45 +01:00
WellsManager.cpp Added WellCompletion namespace 2015-01-12 12:10:51 +01:00
WellsManager.hpp WellsManager: Support NTG and horizontal completions 2014-08-31 21:24:37 +02:00