opm-simulators/examples/tutorial_decoupled.input
Andreas Lauser 2416905f45 rename GridSize -> DomainSize, Grid\.?Cells -> Cells
this hopefully reduces confusion about what which parameter means. the
Domain* parameters specify the physical size of the simulated domain,
the Cells* specify how many cells the grid has into the direction of
each axis.
2012-07-12 21:27:42 +02:00

7 lines
353 B
Plaintext

EndTime = 100000 # duration of the simulation [s]
InitialTimeStepSize = 10 # 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