opm-simulators/opm/core/pressure
Bård Skaflestad e15760856c RESV: Ignore phase distribution for non-PRODUCERs
The WellsManager class handles INJECTORS by assigning a phase
distribution (W->ctrls[i]->distr) that coincides with the injected
fluid for the corresponding well (e.g., {1,0,0} for WATER injectors in
a three-phase WATER/OIL/GAS simulation).  This, however, meshes poorly
with the restriction that all phase components must be ONE in the case
of wells constrained by total reservoir volume flow targets (RESV)
that was introduced in commit b7d1634.

This change-set limits the restriction on phase distributions to
PRODUCERs only and is a tentative solution to GitHub PR #360.
2013-09-25 15:38:55 +02:00
..
mimetic make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
msmfem Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
tpfa RESV: Ignore phase distribution for non-PRODUCERs 2013-09-25 15:38:55 +02:00
CompressibleTpfa.cpp convert users of the ASSERT and the ASSERT2 macros to standard assert() 2013-09-05 13:04:37 +02:00
CompressibleTpfa.hpp Make destructor of CompressibleTpfa virtual. 2013-03-07 15:14:01 +01:00
flow_bc.c make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
flow_bc.h Enable further compression of boundary conditions. 2012-03-07 19:08:14 +01:00
FlowBCManager.cpp convert users of the ASSERT and the ASSERT2 macros to standard assert() 2013-09-05 13:04:37 +02:00
FlowBCManager.hpp Added methods pressureSide() and fluxSide(). 2012-03-08 13:48:26 +01:00
IncompTpfa.cpp convert users of the ASSERT and the ASSERT2 macros to standard assert() 2013-09-05 13:04:37 +02:00
IncompTpfa.hpp Enable inheritance from IncompTpfa for limited purposes. 2012-06-13 19:45:23 +02:00
legacy_well.h Clean up well docs. 2013-03-20 14:14:53 +01:00