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

[Problem] Adjust parameters after bug discovery

parent 1a318a7a
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ printProgress = false
writeVTK = false
[problem]
finalTime = 1800 # [s]
finalTime = 1000 # [s]
[body]
bulkModulus = 0.5e5 # [Pa]
......@@ -25,15 +25,15 @@ smallestDiameter= 2e-3 # [m]
C = 10 # [Pa]
mu0 = 0.7 # [ ]
V0 = 5e-5 # [m/s]
L = 2.5e-5# [m]
L = 2.25e-5 # [m]
initialAlpha = 0 # [ ]
stateModel = AgeingLaw
frictionModel = Regularised
[boundary.friction.weakening]
a = 0.002 # [ ]
b = 0.014 # [ ]
b = 0.017 # [ ]
[boundary.friction.strengthening]
a = 0.025 # [ ]
a = 0.020 # [ ]
b = 0.005 # [ ]
[timeSteps]
......
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