SWAT
Recognised by the OPM Flow parserSOLUTION
The SWAT keyword defines the initial equilibration water saturation values for all grid cells in the model and should be used in conjunction with the PBUB, PDEW, PRESSURE, RS, RV, SGAS and SOIL keywords etc., to fully describe the initial state of the model. The keyword should only be used if the water phase has been activated in the model via the WATER keyword in the RUNSPEC section.
This is the non-standard method to initialize the model via enumeration and is seldom employed in the industry. The standard methodology is for OPM Flow to initialize a model using the parameters on the EQUIL keyword combined with other keywords to fully describe the initial state of the model. The keyword can be used with all grid types.
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 statement.
The keyword is terminated by a “/”.
Note for two phase runs it is only necessary to enter one saturation array of one of the phases present in the run (SGAS, SOIL, or SWAT), as the simulator will calculate the other phases by difference. Similarly for three phase runs it is only necessary to enter the array data for two of the phases, as the third saturation will again be calculated by the simulator.
See also the PBUB, PDEW, PRESSURE, RS, RV, SGAS and SOIL keywords to fully define the initial state of the model.
- Records
- An array of values covering the grid
Parameters
| No. | Name | Description | Field | Metric | Lab | Default |
|---|---|---|---|---|---|---|
| 1 | SWAT | SWAT is an array of real positive numbers that are greater than or equal to zero and less than or equal to one assigning the initial equilibration water saturation values to each cell in the model. Repeat counts may be used, for example 20*0.300. | dimensionless | dimensionless | dimensionless | None |
Example
--
-- DEFINE INITIAL EQUILIBRATION WAT SAT VALUES FOR ALL CELLS IN THE MODEL
-- BASED ON NX = 100, NY = 100 AND NZ = 3
--
SWAT
1000*0.2000 1000*0.2500 1000*0.4500 /
The above example defines the initial equilibration water saturation values to be 0.2000 for all the cells in the first layer, 0.2500 for all the cells in the second layer, and finally 0.4500 for all the cells in the third layer.Manual source: parts/chapters/subsections/10.3/SWAT.fodt