Eclipse Intro
Eclipse Intro
ECLIPSE 100
Introductory Course
Eric Mackay
Kr FVF
Provide
PVT and
rock data
Sw P
Output
Input GOC
visualisation
data WOC
Initialise
model & analysis
Define
Rate wells and
supply
production
Time schedule
ECLIPSE Input File
500 50
500 50
500 50
500
1
500
2
1
3
2
4
3
5
Choice of units
FIELD (METRIC) (LAB)
Maximum number of wells, connections &
groups (WELLDIMS)
WELLDIMS
(max wells) 2 (max cons/well) 3
(max groups) 2 (max wells/group) 1
Tutorial 1: RUNSPEC Section
Unified output files
UNIFOUT
(alternative to having output files for each
time step)
Start date (START)
START
1 Jan 2010
GRID Section
Defines the geometry of the simulation
grid and the various rock properties:
geometry
– size and location of each grid block
rock properties
– porosity and absolute permeability
Tutorial 1: GRID Section
Starts with GRID keyword
Model will use block centred geometry
Data for each grid block can be specified in
either of two ways:
1 Defining values for each cell, one at a
time
2 Defining a value for a box which contains
a group of cells
Tutorial 1:
Defining values one cell at a time
Example: set 10 cells to have length of
500 feet using DX keyword
DX
500 500 500 500 500
500 500 500 500 500 /
or
DX
10*500 /
Tutorial 1: Notes on
Defining values one cell at a time
No data on same line as keyword
At least one space between data
If using multiplier * no space on either
side of *
x co-ordinate varies fastest, z co-
ordinate slowest
end input of data with /
Tutorial 1:
Defining values using BOX
Example: Define a box as follows:
X direction - cell 1 to cell 5
Y direction - cell 1 to cell 5
Z direction - cell 1 to cell 1 (top layer only)
Set the depth below sea level of the tops of
each cell in the box to 8,000 feet using the
BOX,
BOX TOPS and ENDBOX keywords
Tutorial 1:
Defining values using BOX
-- X1 X2 Y1 Y2 Z1 Z2
BOX
1 5 1 5 1 1 /
TOPS
25*8000 /
ENDBOX
Notes - specify value for each cell in box
- use ENDBOX to end definition
Tutorial 1: GRID Section
Examples:
FOPR Field Oil Production Rate
WWIT Well Water Injection Total
SUMMARY Section
Some exceptions
WWCT Well Water Cut
WBHP Well Bottom Hole Pressure
FPR Field Average Pressure
CPR Connection Pressure
FGOR Field Gas Oil Ratio
Restart Files
Keyword RPTRST is used to output time
varying grid data (eg pressures and
saturations)
In SOLUTION section specifies output of
initial conditions ( time = 0 )
In SCHEDULE section specifies output
for every report time step ( time > 0 )
Restart Files
Same format in SOLUTION & SCHEDULE
sections
Request basic grid data, eg Sw, So, Press,
every TSTEP (time step)
– BASIC=2