Skip to content
Snippets Groups Projects
Commit 60b28899 authored by podlesny's avatar podlesny
Browse files

.

parent c6704cbb
Branches Dissertation2021
No related tags found
No related merge requests found
[general] [general]
outPath = newmark-uniform-1e4 # output written to ./output/strikeslip/outPath outPath = newmark-adaptive # output written to ./output/strikeslip/outPath
gravity = 0.0 # [m/s^2] gravity = 0.0 # [m/s^2]
[body0] [body0]
...@@ -61,7 +61,8 @@ printProgress = true ...@@ -61,7 +61,8 @@ printProgress = true
restarts.first = 0 restarts.first = 0
restarts.spacing= 50 restarts.spacing= 50
restarts.write = true #true restarts.write = true #true
vtk.write = true vtk.write = false
[problem] [problem]
finalTime = 50 # [s] #1000 finalTime = 50 # [s] #1000
...@@ -71,10 +72,12 @@ bodyCount = 2 ...@@ -71,10 +72,12 @@ bodyCount = 2
timeStep = 0 timeStep = 0
relativeTime = 0.0 relativeTime = 0.0
relativeTau = 1e-4 # 1e-6 relativeTau = 1e-4 # 1e-6
minRelativeTau = 1e-6
[timeSteps] [timeSteps]
scheme = newmark scheme = newmark
timeSteps = 1e4 mode = adaptive # adaptive, uniform
timeSteps = 1e7 #1e7
[u0.solver] [u0.solver]
maximumIterations = 100 maximumIterations = 100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment