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

[Problem] New parameters

parent ba4a6f45
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ namespace { ...@@ -85,7 +85,7 @@ namespace {
double const lengthScale = reference::s; double const lengthScale = reference::s;
double const depth = 0.10; double const depth = 0.60 * lengthScale;
LocalVector const A = rotate(reference::A); LocalVector const A = rotate(reference::A);
LocalVector const B = rotate(reference::B); LocalVector const B = rotate(reference::B);
......
...@@ -9,32 +9,32 @@ writeVTK = false ...@@ -9,32 +9,32 @@ writeVTK = false
finalTime = 1800 # [s] finalTime = 1800 # [s]
[body] [body]
bulkModulus = 1e5 # [Pa] bulkModulus = 0.5e5 # [Pa]
poissonRatio = 0.3 # [1] 0.2 - 0.3 poissonRatio = 0.3 # [1]
[body.elastic] [body.elastic]
density = 900 # [kg/m^3] density = 900 # [kg/m^3]
shearViscosity = 1e3 # [Pas] 0 shearViscosity = 1e3 # [Pas]
bulkViscosity = 1e3 # [Pas] 0 bulkViscosity = 1e3 # [Pas]
[body.viscoelastic] [body.viscoelastic]
density = 1000 # [kg/m^3] density = 1000 # [kg/m^3]
shearViscosity = 1e4 # [Pas] shearViscosity = 1e4 # [Pas]
bulkViscosity = 1e4 # [Pas] bulkViscosity = 1e4 # [Pas]
[boundary.friction] [boundary.friction]
smallestDiameter= 1e-3 # [m] smallestDiameter= 2e-3 # [m]
C = 10 # [Pa] C = 10 # [Pa]
mu0 = 0.7 # [1] mu0 = 0.7 # [ ]
V0 = 5e-5 # [m/s] V0 = 5e-5 # [m/s]
L = 2e-5 # [m] ? L = 2.5e-5# [m]
initialAlpha = 0.916290731874155 # [ ] ? initialAlpha = 0 # [ ]
stateModel = AgeingLaw stateModel = AgeingLaw
frictionModel = Truncated frictionModel = Truncated
[boundary.friction.weakening] [boundary.friction.weakening]
a = 0.015 # [1] ? a = 0.002 # [ ]
b = 0.030 # [1] ? b = 0.014 # [ ]
[boundary.friction.strengthening] [boundary.friction.strengthening]
a = 0.030 # [1] ? a = 0.025 # [ ]
b = 0.015 # [1] ? b = 0.005 # [ ]
[timeSteps] [timeSteps]
refinementTolerance = 1e-5 refinementTolerance = 1e-5
...@@ -42,22 +42,22 @@ number = 100000 ...@@ -42,22 +42,22 @@ number = 100000
scheme = newmark scheme = newmark
[u0.solver] [u0.solver]
tolerance = 1e-10 tolerance = 1e-8
maximumIterations = 100000 maximumIterations = 100000
verbosity = quiet verbosity = quiet
[a0.solver] [a0.solver]
tolerance = 1e-10 tolerance = 1e-8
maximumIterations = 100000 maximumIterations = 100000
verbosity = quiet verbosity = quiet
[v.solver] [v.solver]
tolerance = 1e-10 tolerance = 1e-8
maximumIterations = 100000 maximumIterations = 100000
verbosity = quiet verbosity = quiet
[v.fpi] [v.fpi]
tolerance = 1e-10 tolerance = 1e-8
maximumIterations = 10000 maximumIterations = 10000
lambda = 0.5 lambda = 0.5
......
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