mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Changed decoupled tutorial to use the start() routine
- we decided to keep the tutorials similar and to change them to
start from a parameter file
This commit is contained in:
committed by
Andreas Lauser
parent
83131ba561
commit
2578c26c5a
7
examples/tutorial_decoupled.input
Normal file
7
examples/tutorial_decoupled.input
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user