ENDACTIO
Recognised by the OPM Flow parserSCHEDULE
The ENDACTIO keyword defines the end of a series of conditions that invoke run time processing of the ACTION series of keywords, namely: ACTION, ACTIONG, ACTIONR, ACTIONS, ACTIONW and ACTIONX. Only the ACTIONX keyword is implemented in OPM Flow as this keyword implements the ACTION, ACTIONG, ACTIONR, ACTIONS, ACTIONW functionality with greater flexibility. See the ACTIONX keyword in the SCHEDULE section for a full description of the ACTION facility.
There is no data required for this keyword and there is no terminating “/” for this keyword.
- Records
- No records — the keyword stands alone
Example
The example shows the use of the ACTIONX and ENDACTIO keywords to test if the field’s gas production rate is less than 600 MMscf/d after 2020 and to open up additional wells if this occurs.
--
-- START OF ACTIONX FIELD PHASE-2 DEVELOPMENT DEFINITION
--
ACTIONX
PHASE2 1 /
GGPR 'FIELD' < 600E3 AND /
YEAR > 2020 /
/
-- WELL PRODUCTION STATUS
--
-- WELL WELL --LOCATION-- COMPLETION
-- NAME STAT I J K FIRST LAST
WELOPEN
GP10 OPEN /
GP11 OPEN /
/
--
-- END OF ACTIONX FIELD PHASE-2 DEVELOPMENT DEFINITION
--
ENDACTIOManual source: parts/chapters/subsections/12.3/ENDACTIO.fodt