mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
rename parameters TEnd and DtInitial
to make them self-descriptive and consistent with the other parameters and properties "TEnd" is renamed to "EndTime" and "DtInitial" to "InitialTimeStepSize".
This commit is contained in:
parent
88636f077b
commit
e52f2d72f8
@ -1,5 +1,5 @@
|
||||
TEnd = 500e3 # duration of the simulation [s]
|
||||
DtInitial = 10 # initial time step size [s]
|
||||
EndTime = 500e3 # duration of the simulation [s]
|
||||
InitialTimeStepSize = 10 # initial time step size [s]
|
||||
[Grid]
|
||||
SizeX = 300 # x-coordinate of the upper-right corner of the grid [m]
|
||||
SizeY = 60 # y-coordinate of the upper-right corner of the grid [m]
|
||||
|
@ -1,5 +1,5 @@
|
||||
TEnd = 100000 # duration of the simulation [s]
|
||||
DtInitial = 10 # initial time step size [s]
|
||||
EndTime = 100000 # duration of the simulation [s]
|
||||
InitialTimeStepSize = 10 # initial time step size [s]
|
||||
[Grid]
|
||||
SizeX = 300 # x-coordinate of the upper-right corner of the grid [m]
|
||||
SizeY = 60 # y-coordinate of the upper-right corner of the grid [m]
|
||||
|
Loading…
Reference in New Issue
Block a user