opm-simulators/opm/core/wells
Markus Blatt 02df6dd963 Fixes well manager for wells crossing into cells that overlap.
In the parallel run there are cases where wells perforate cells
that are neighbors of overlap/halo cells. On other process only
parts of the well are seen as perforations. These wells should be
ignored there. While the well was indeed ignored, the perforations
found where mistakenly added to the well found due not clearing the
wellperf_data[well_index]. This commit now does this clearing and
results in the right handling of wells for e.g. SPE9.
2015-10-27 14:02:26 +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 Fix complaint about initial declaration in foor loop. 2015-09-03 14:03:25 +02: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 Avoid using bool in the c code 2015-10-07 12:49:05 +02:00
WellsGroup.cpp Fixed several compiler warnings 2015-08-19 13:12:14 +02:00
WellsGroup.hpp remove EclipseGridParser compatibility methods from all classes 2014-05-21 11:22:43 +02:00
WellsManager_impl.hpp Fixes well manager for wells crossing into cells that overlap. 2015-10-27 14:02:26 +01:00
WellsManager.cpp use the error macros from opm-common 2015-10-08 11:42:15 +02:00
WellsManager.hpp Add boolean flag to determine whether crossflow is allowed in a well 2015-10-06 15:54:20 +02:00