ACTDIMS
Recognised by the OPM Flow parserRUNSPEC
The ACTDIMS keyword defines the maximum number of properties associated with the ACTION keyword. The ACTION keyword allows the user to enter computational logic and calculations to the simulation run based on the how the simulation run is proceeding.
Notes:
The keyword is terminated by a “/”.
Only the ACTIONX keyword and computational logic have been implemented in OPM Flow.
- Records
- Fixed number of records
- Record count
- 1
- Items per record
- 4
Parameters
| No. | Name | Description | Type | Default |
|---|---|---|---|---|
| 1 | MAX_manual: MXACTNS | A positive integer value that defines the maximum number of ACTION keywords defined in the input deck. | INT | 2 |
| 2 | MAX_manual: MXLINES | A positive integer value that defines the maximum number of lines in an ACTION statement. | INT | 50 |
| 3 | MAX_manual: MXCHARS | A positive integer value that defines the maximum characters in an ACTION statement. | INT | 80 |
| 4 | MAX_manual: MXSTATMS | A positive integer value that defines the maximum number of conditional statements in the ACTION statement. | INT | 3 |
Example
-- ACTION ACTION ACTION ACTION
-- MXACTNS MXLINES MXCHARS MXSTATMS
ACTDIMS
2 50 80 3 /
The above example defines the default values for the ACTDIMS keyword.Manual source: parts/chapters/subsections/5.3/ACTDIMS.fodt