Merge pull request #2167 from totto82/addEvents

add WELTARG and WEFAC to events
This commit is contained in:
Bård Skaflestad
2020-12-21 21:30:54 +01:00
committed by GitHub
2 changed files with 23 additions and 3 deletions
@@ -54,7 +54,7 @@ namespace Opm
/*
The PRODUCTION_UPDATE event is triggered by the
WCONPROD and WCONHIST keywords. The event will be
WCONPROD, WCONHIST, WELTARG, WEFAC keywords. The event will be
triggered if *any* of the elements in one of keywords
is changed. Quite simlar for INJECTION_UPDATE and
POLYMER_UPDATE.
@@ -106,6 +106,11 @@ namespace Opm
* New explicit well productivity/injectivity assignment.
*/
WELL_PRODUCTIVITY_INDEX = (1 << 16),
/*
* Well/group efficiency factor has changed
*/
WELLGROUP_EFFICIENCY_UPDATE = (1 << 17),
};
}