mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-28 03:53:49 -06:00
2578c26c5a
- we decided to keep the tutorials similar and to change them to start from a parameter file
7 lines
328 B
Plaintext
7 lines
328 B
Plaintext
tEnd=100000 # duration of the simulation [s]
|
|
dtInitial=10 # initial time step size [s]
|
|
[Grid]
|
|
upperRightX=300 # x-coordinate of the upper-right corner of the grid [m]
|
|
upperRightY=60 # y-coordinate of the upper-right corner of the grid [m]
|
|
numberOfCellsX=100 # x-resolution of the grid
|
|
numberOfCellsY=1 # y-resolution of the grid |