Skip to content
Snippets Groups Projects
Commit 7e870cbf authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

[Cleanup] Move blocks in the parset

parent 5fef5301
No related branches found
No related tags found
No related merge requests found
# -*- mode:conf -*-
[problem]
endOfTime = 15
[timeSteps]
number = 10000
scheme = newmark
[io]
verbosity = quiet
printProgress = false
enableTimer = false
writeVTK = false
[grid]
refinements = 4
[problem]
endOfTime = 15
[body]
E = 5e7
......@@ -22,6 +15,23 @@ density = 5000
height = 1
width = 5
[boundary.friction]
mu0 = 0.6
mumin = 0.0
a = 0.010
b = 0.015
V0 = 1e-6
L = 1e-5
initialState = 4.54e-05 # exp(-10)
stateModel = Dieterich
[timeSteps]
number = 10000
scheme = newmark
[grid]
refinements = 4
[solver]
tolerance = 1e-10
damping = 0.5
......@@ -45,13 +55,3 @@ post = 0
[localsolver]
steps = 1
[boundary.friction]
mu0 = 0.6
mumin = 0.0
a = 0.010
b = 0.015
V0 = 1e-6
L = 1e-5
initialState = 4.54e-05 # exp(-10)
stateModel = Dieterich
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment