mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
8 lines
313 B
Plaintext
8 lines
313 B
Plaintext
TEnd = 100000 # duration of the simulation [s]
|
|
DtInitial = 10 # initial time step size [s]
|
|
[Grid]
|
|
SizeX = 300 # x-coordinate of the upper-right corner of the grid [m]
|
|
SizeY = 60 # y-coordinate of the upper-right corner of the grid [m]
|
|
CellsX = 100 # x-resolution of the grid
|
|
CellsY = 1 # y-resolution of the grid
|