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

New problem

parent 91b858f7
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ enable = false ...@@ -13,7 +13,7 @@ enable = false
iterations = 50 iterations = 50
[grid] [grid]
refinements = 7 refinements = 4
[body] [body]
E = 1e6 E = 1e6
...@@ -41,7 +41,7 @@ maxiterations = 1000000 ...@@ -41,7 +41,7 @@ maxiterations = 1000000
[solver.tnnmg] [solver.tnnmg]
use = true use = true
maxiterations = 1000000 maxiterations = 1000000
fixed_point_iterations = 5 fixed_point_iterations = 50
[solver.tnnmg.linear] [solver.tnnmg.linear]
maxiterations = 1000000 maxiterations = 1000000
...@@ -80,12 +80,13 @@ normalstress = 0.1 # laursen depends a lot more on this ...@@ -80,12 +80,13 @@ normalstress = 0.1 # laursen depends a lot more on this
# constitutive properties for earthquake prediction # constitutive properties for earthquake prediction
# http://earthquake.usgs.gov/research/physics/lab/prediction.pdf # http://earthquake.usgs.gov/research/physics/lab/prediction.pdf
mu = 0.5 mu = 0.5
eta = 1 eta = 1e-8
model = Ruina model = Ruina
[boundary.friction.state] [boundary.friction.state]
evolve = true evolve = true
initial = 1e-4 # log(alpha(0))
initial = 0
[boundary.friction.ruina] [boundary.friction.ruina]
# "For rocks, typical values of A and B range from 0.005 to 0.015" # "For rocks, typical values of A and B range from 0.005 to 0.015"
...@@ -93,7 +94,7 @@ initial = 1e-4 ...@@ -93,7 +94,7 @@ initial = 1e-4
# Continuum mathematical modeling of slip weakening in geological systems # Continuum mathematical modeling of slip weakening in geological systems
a = 0.015 a = 0.015
b = 0.005 b = 0.005
L = 1e-10 L = 1e-9
# The second-order a and b terms in [..] are very important in # The second-order a and b terms in [..] are very important in
# determining whether sliding is stable or unstable and (in appli- # determining whether sliding is stable or unstable and (in appli-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment