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:
Andreas Lauser 2012-06-18 13:50:36 +02:00 committed by Andreas Lauser
parent 88636f077b
commit e52f2d72f8
2 changed files with 4 additions and 4 deletions

View File

@ -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]

View File

@ -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]