Merge pull request #2167 from totto82/addEvents
add WELTARG and WEFAC to events
This commit is contained in:
@@ -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),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user