AQUCON
Recognised by the OPM Flow parserGRID
Variant 1 — GRID section
AQUCON keyword defines how numerical aquifers are connected to the simulation grid and these type of aquifers are characterized by the AQUNUM keyword in the GRID section. Analytical aquifers are connected to the simulation grid by the AQUANCON keyword in the GRID section, this includes the Carter-Tracy and Fetkovich analytical aquifers, both of which are implemented in OPM Flow. Both aquifer types dimensions are declared by the AQUDIMS keyword in the RUNSPEC section.
Notes:
Where NX, NY and NZ are the dimensions of the model as defined on the DIMENS keyword in the RUNSPEC section.
Each record must be terminated by a “/” and the keyword is terminated by a “/”.
Note
If the AQUCON keyword has been utilized in the run deck then OPM Flow will write the AQUIFERN array to the *.INIT file in order to visualize the aquifer connections in OPM ResInsight.
This is accomplished by setting the AQUIFERN value to 2^(AQUID-1) for cells connected to aquifer AQUID. If a cell is connected to multiple numerical aquifers then AQUIFERN is summed for all aquifers connected to a cell. Note that connecting cells to multiple aquifers is best avoided.
Finally, for cells representing the numerical aquifers themselves, AQUIFERN is set to minus AQUID.
- Records
- One or more records, each terminated by
/ - Items per record
- 13
Parameters
| No. | Name | Description | Type | Field | Metric | Lab | Default |
|---|---|---|---|---|---|---|---|
| 1 | IDmanual: AQUID | AQUID is a positive integer greater than or equal to one and less than or equal to the maximum number of numerical aquifers as defined by the MXNAQN variable on the AQUDIMS keyword in the RUNSPEC section, that defines the aquifer to be connected to the grid. | INT | None | |||
| 2 | I1 | A positive integer that defines the lower bound of the cells in the I-direction to be connected to the aquifer and must be greater than or equal to one and less than or equal to I2 and NX. | INT | 1 | |||
| 3 | I2 | A positive integer that defines the upper bound of the cells in the I-direction to be connected to the aquifer and must be greater than or equal to I1 and less than or equal to NX | INT | NX | |||
| 4 | J1 | A positive integer that defines the lower bound of the cells in the J-direction to be connected to the aquifer and must be greater than or equal to one and less than or equal to J2 and NY. | INT | 1 | |||
| 5 | J2 | A positive integer that defines the upper bound of the cells in the J-direction to be connected to the aquifer and must be greater than or equal to JI and less than or equal to NY. | INT | NY | |||
| 6 | K1 | A positive integer that defines the lower bound of the cells in the K-direction to be to be connected to the aquifer and must be greater than or equal to one and less than or equal to K2 and NZ. | INT | 1 | |||
| 7 | K2 | A positive integer that defines the upper bound of the cells in the K-direction to be connected to the aquifer and must be greater than or equal to KI and less than or equal to NZ. | INT | NZ | |||
| 8 | CONNECT_manual: AQUFACE | AQUFACE is a character string that sets the connection “face” of the cells declared by this record and should be set to one of the following: X+, Y+, or Z+ for the positive direction, or X-, Y- or Z- for the negative direction transmissibilities. I+, J+, or K+ for the positive direction, or I-, J- or K- for the negative direction transmissibilities. | STRING | None | |||
| 9 | TRANS_manual: AQUMULT | AQUMULT is a positive real number greater than or equal to zero that scales the OPM Flow calculated transmissibility between the AQUID aquifer and the grid cell connections defined by this record. The default value of one sets the transmissibility between the aquifer and grid cells to the OPM Flow calculated value. | DOUBLE | dimensionless | dimensionless | dimensionless | 1.0 |
| 10 | TRANS_manual: AQUOPT1 | AQUOPT1 is a defined integer value set to either zero or one, that defines the area to be used in calculating the connection transmissibility between the aquifer and the grid cells: A value of zero means the cross-sectional defined on the AQUNUM keyword will be used, whereas, A value of one means the cross-sectional defined by the grid cell connections defined by this record will be used. | INT | dimensionless | dimensionless | dimensionless | 0 |
| 11 | ALLOW_manual: AQUOPT2 | AQUOPT2 is a character string that sets the cell face connection and should be set to one of the following: YES: Aquifer connections can adjoin to active cells allowing for connections inside the reservoir grid. It is not recommended to use this option without thoroughly checking the connections in the model. NO: Aquifer connections cannot adjoin to active cells preventing connections inside the reservoir grid. This is the recommended and the default value. | STRING | NO | |||
| 12 | VEFRACmanual: VEOPT1 | Vertical Equilibrium Option Number 1– Not Used | DOUBLE | 1 | |||
| 13 | VEFRACPmanual: VEOPT2 | Vertical Equilibrium Option Number 2– Not Used | DOUBLE | 1 |
Example
The following example defines numerical aquifer number one connected to the I+ face of various cells in the model.
--
-- NUMERICAL AQUIFER CONNECTIONS
--
-- ID ---------- BOX --------- CONNECT TRANS TRANS ADJOIN
-- NUMBER I1 I2 J1 J2 K1 K2 FACE MULT OPTN CELLS
AQUCON
1 57 57 28 36 46 58 'I+' 1* 1* 'NO' /
1 111 111 38 41 22 31 'I+' 1* 1* 'NO' /
1 96 96 44 49 22 31 'I+' 1* 1* 'NO' /
1 43 43 28 35 54 58 'I+' 1* 1* 'NO' /
1 98 98 38 42 32 40 'I+' 1* 1* 'NO' /
1 79 79 41 67 5 11 'I+' 1* 1* 'NO' /
1 61 61 48 72 12 17 'I+' 1* 1* 'NO' /
/
See the AQUNUM keyword in the GRID section for a complete example on defining and connecting a numerical aquifer to a simulation grid.
| Note If the AQUCON keyword has been utilized in the run deck then OPM Flow will write the AQUIFERN array to the *.INIT file in order to visualize the aquifer connections in OPM ResInsight. This is accomplished by setting the AQUIFERN value to 2^(AQUID-1) for cells connected to aquifer AQUID. If a cell is connected to multiple numerical aquifers then AQUIFERN is summed for all aquifers connected to a cell. Note that connecting cells to multiple aquifers is best avoided. Finally, for cells representing the numerical aquifers themselves, AQUIFERN is set to minus AQUID. |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|Manual source: parts/chapters/subsections/6.3/AQUCON.fodt
Variant 2 — SOLUTION section
AQUCON keyword defines how numerical aquifers are connected to the simulation grid.
See AQUCON – Define Numerical Aquifer Connections to the Gridin the GRID section for a full description.
- Records
- One or more records, each terminated by
/ - Items per record
- 13
Manual source: parts/chapters/subsections/10.3/AQUCON.fodt