parameter files: partially fix formating

as requested by the PFP
This commit is contained in:
Andreas Lauser 2012-02-23 15:24:27 +00:00 committed by Andreas Lauser
parent e8323070d0
commit 4f3eaf0101
2 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
tEnd=500000 # duration of the simulation [s]
dtInitial=10 # initial time step size [s]
tEnd = 500000 # duration of the simulation [s]
dtInitial = 10 # initial time step size [s]
[Grid]
upperRightX=300 # x-coordinate of the upper-right corner of the grid [m]
upperRightY=60 # y-coordinate of the upper-right corner of the grid [m]
numberOfCellsX=100 # x-resolution of the grid
numberOfCellsY=1 # y-resolution of the grid
upperRightX = 300 # x-coordinate of the upper-right corner of the grid [m]
upperRightY = 60 # y-coordinate of the upper-right corner of the grid [m]
numberOfCellsX = 100 # x-resolution of the grid
numberOfCellsY = 1 # y-resolution of the grid

View File

@ -1,7 +1,7 @@
tEnd=100000 # duration of the simulation [s]
dtInitial=10 # initial time step size [s]
tEnd = 100000 # duration of the simulation [s]
dtInitial = 10 # initial time step size [s]
[Grid]
upperRightX=300 # x-coordinate of the upper-right corner of the grid [m]
upperRightY=60 # y-coordinate of the upper-right corner of the grid [m]
numberOfCellsX=100 # x-resolution of the grid
numberOfCellsY=1 # y-resolution of the grid
upperRightX = 300 # x-coordinate of the upper-right corner of the grid [m]
upperRightY = 60 # y-coordinate of the upper-right corner of the grid [m]
numberOfCellsX = 100 # x-resolution of the grid
numberOfCellsY = 1 # y-resolution of the grid