opm-simulators/opm/core
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
..
flowdiagnostics use the error macros from opm-common 2015-10-08 11:42:15 +02:00
linalg use the error macros from opm-common 2015-10-08 11:42:15 +02:00
pressure use the error macros from opm-common 2015-10-08 11:42:15 +02:00
props Make SaturationPropsFromDeck work for two-phase cases. 2015-10-21 15:27:52 +02:00
simulator fix Equilibration test by adding some fuzz 2015-10-26 11:21:26 +01:00
transport PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
utility use the error macros from opm-common 2015-10-08 11:42:15 +02:00
wells Fixes well manager for wells crossing into cells that overlap. 2015-10-27 14:02:26 +01:00
well_controls.h Initial integration of VFP 2015-08-19 13:10:48 +02:00
wells.h Avoid using bool in the c code 2015-10-07 12:49:05 +02:00