mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-05 03:13:01 -05:00
make end time of the coupled tutorial match the ones of the decoupled one
also increase the initial time step size to 1000 seconds since 10 seconds is way too small
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
EndTime = 500e3 # duration of the simulation [s]
|
||||
InitialTimeStepSize = 10 # initial time step size [s]
|
||||
EndTime = 100e3 # duration of the simulation [s]
|
||||
InitialTimeStepSize = 1000 # initial time step size [s]
|
||||
DomainSizeX = 300 # x-coordinate of the upper-right corner of the physical domain [m]
|
||||
DomainSizeY = 60 # y-coordinate of the upper-right corner of the physical domain [m]
|
||||
CellsX = 100 # x-resolution of the grid
|
||||
|
||||
Reference in New Issue
Block a user