ACTNUM
Recognised by the OPM Flow parserGRID
The ACTNUM keyword specifies which grid blocks are either active or inactive. A grid block is automatically set to inactive if its pore volume is less than the value entered using the MINPV keyword. The ACTNUM keyword can be used to also make blocks with pore volumes greater than MINPV inactive.
Notes:
The number of entries should correspond to the NX x NY x NZ parameters on the DIMENS keyword in the RUNSPEC section, unless the BOX keyword defines a sub area of the grid, in which case the total number of entries should correspond to the number of cells defined by the BOX keyword.
The keyword is terminated by a “/”.
- Records
- An array of values covering the grid
Parameters
| No. | Name | Description | Default |
|---|---|---|---|
| 1 | ACTNUM | An array of integers equal to either 0 or 1 that define the activity of each cell in the model. A value of 0 indicates the cell is inactive. Grid blocks are ordered with the I index cycling fastest, followed by the J and K indices. Repeat counts may be used, for example 20*1. | 1 |
Example
The example below sets several cells to be inactive for a 4 x 5 x 2 model.
ACTNUM
-- Layer 1
0 0 1 1
0 0 1 1
1 1 1 1
1 1 1 1
1 1 1 1
-- Layer 2
1 1 1 1
1 1 1 1
1 1 1 1
1 1 1 1
0 0 0 0
/
Alternatively the EQUALS keyword could be employed to accomplish the same task, that is:
-- -- ARRAY CONSTANT -- ---------- BOX ---------
-- I1 I2 J1 J2 K1 K2
EQUALS
'ACTNUM’ 1.0000 1* 1* 1* 1* 1* 1* / SET ACTIVE CELLS
'ACTNUM’ 0.0000 1 2 1 2 1 1 / SET INACTIVE CELLS
'ACTNUM’ 0.0000 1 4 5 5 2 2 / SET INACTIVE CELLS
/Manual source: parts/chapters/subsections/6.3/ACTNUM.fodt