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

Change and back up default values

parent f32be53b
No related branches found
No related tags found
No related merge requests found
timesteps = 1000 # -*- mode:conf -*-
timesteps = 100
[grid] [grid]
refinements = 5 refinements = 5
[body] [body]
E = 1e4 E = 1e5
# "Most steels and rigid polymers when used within their design limits
# (before yield) exhibit values of about 0.3"
# -- http://en.wikipedia.org/wiki/Poisson's_ratio
nu = 0.3 nu = 0.3
[solver] [solver]
maxiterations = 100000 maxiterations = 1000000
tolerance = 1e-6 tolerance = 1e-8
[localsolver] [localsolver]
steps = 5 steps = 1
[bisection] [bisection]
requiredResidual = 1e-12 requiredResidual = 1e-12
[boundary.friction] [boundary.friction]
normalstress = 0.1 normalstress = 0.1
mu = 0.75 # "Most dry materials in combination have friction coefficient values
# between 0.3 and 0.6"
# -- http://en.wikipedia.org/wiki/Friction#Coefficient_of_friction
# "mu_0 is the nominal coefficient of friction that has values near 0.6"
# -- James H. Dieterich and Brian Kilgore: Implications of fault
# constitutive properties for earthquake prediction
# http://earthquake.usgs.gov/research/physics/lab/prediction.pdf
mu = 0.5
eta = 1 eta = 1
model = Laursen model = Ruina
[boundary.friction.ruina] [boundary.friction.ruina]
a = 0.0015 a = 0.015
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment