Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Ковалевский. Книжки по геостатистике / Basics_of_Reservoir_Simulation_with_eclipse_simulator.pdf
Скачиваний:
182
Добавлен:
03.06.2015
Размер:
1.34 Mб
Скачать

8.2 Time stepping

As previously noted, the numeric solution is not continuous in time, but advanced in time in discrete steps of length depending on the problem. In general, implicit solution schemes (which Eclipse uses by default) allow for larger time steps than explicit schemes. The term “time step” in simulation is more or less used to describe different kinds of time stepping. Although we will also adopt this sloppy terminology, we will firstly define a more accurate notation.

1.The simulator will advance the solution from one point in time to another. The size of the step is governed by the problem and the solution procedure, but some guidelines are often provided by the user. These solution-dependent time steps are called ministeps by Eclipse.

2.The user will specify milestones (times or dates) of special interest. These milestones may be e.g. times when a new well is put on production, when a well rate is changed, or simply to force the simulator to dump output. These are the points in time which are referred to as time steps (TSTEPS) in Eclipse, but are more correctly denoted milestones.

3.As we shall see when we discuss writing of results for visualisation purposes, a “snapshot” of the simulation, i.e. a list of “all” relevant data in all grid cells, can be pretty large. Therefore, such snapshots are only produced on user specified times (normally much larger intervals than the milestones described above). For reasons which will become clear, these “snapshot times” are called restart times.

In this section we discuss the milestones (TSTEPS).

Eclipse writes a progress report of the simulation, in a file called <root>.PRT (where the original data file was <root>.DATA). How much Eclipse shall write to this file is determined by the user, and described later, at this stage we only note that Eclipse writes data to the .PRT file at the milestones.

In addition, any change to well data (or other dynamic data) can only happen at the milestones. An obvious and minimum required use of the milestones is to tell the simulator how far forward in (real) time to simulate.

The simplest syntax is by the TSTEP keyword:

TSTEP

step1 (step2 step3 ... ) /

The specified steps are lengths of the time steps (time between milestones, not the milestones)

Example

TSTEP

5 10 15 30 5*50 /

tells the simulator to advance the simulation 5 days, then 10 days, then 15, then 30, and finally take 5 time steps of 50 days each. By this scheme the milestones would be after

5, 15, 30, 60, 110, 160, 210, 260, 310, and 360 days.

In practice we often know the milestones by date, not by time intervals, so it is more common to define the milestones by the DATES keyword. The milestones are then defined as

day month year, where

day is a number 1,...,31,

month is JAN, FEB, MAR, APR, JUN, JUL (or JLY), AUG, SEP, OCT, NOV, DEC

year is the numerical year (no abbreviation).

Eclipse knows about month lengths and leap years, so DATES is an easier way to define the milestones at the start of a year or month.

Each line in the DATES keyword contains exactly one date, and is terminated by a slash.

50

Соседние файлы в папке Ковалевский. Книжки по геостатистике