Files
opm-simulators/examples/tutorial_coupled.input
Andreas Lauser f24608011b 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
2012-08-19 23:28:35 +02:00

7 lines
354 B
Plaintext

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
CellsY = 1 # y-resolution of the grid