Skip to content
Snippets Groups Projects
Commit 5f198606 authored by podlesny's avatar podlesny
Browse files

switch to production parameters

parent c844c82e
No related branches found
No related tags found
No related merge requests found
# -*- mode:conf -*- # -*- mode:conf -*-
[body0] [body0]
smallestDiameter = 2.0 #6.25e-2 # 2e-3 [m] smallestDiameter = 6.25e-2 # 2e-3 [m]
[body1] [body1]
smallestDiameter = 2.0 #6.25e-2 # 2e-3 [m] smallestDiameter = 6.25e-2 # 2e-3 [m]
[timeSteps] [timeSteps]
refinementTolerance = 1e-5 # 1e-5 refinementTolerance = 1e-5 # 1e-5
......
# -*- mode:conf -*- # -*- mode:conf -*-
[general] [general]
outPath = no-friction # output written to ./output/outPath outPath = friction-0.6 # output written to ./output/outPath
gravity = 9.81 # [m/s^2] gravity = 9.81 # [m/s^2]
[body0] [body0]
...@@ -39,7 +39,7 @@ V0 = 1e-6 # [m/s] ...@@ -39,7 +39,7 @@ V0 = 1e-6 # [m/s]
L = 1e-5 # [m] L = 1e-5 # [m]
initialAlpha = -10.0 # [ ] initialAlpha = -10.0 # [ ]
stateModel = AgeingLaw stateModel = AgeingLaw
frictionModel = None #Tresca #None #Truncated #Regularised frictionModel = Truncated #Tresca #None #Truncated #Regularised
[boundary.friction.weakening] [boundary.friction.weakening]
a = 0.010 # [ ] a = 0.010 # [ ]
b = 0.015 # [ ] b = 0.015 # [ ]
...@@ -73,7 +73,7 @@ relativeTau = 5e-4 # 1e-6 ...@@ -73,7 +73,7 @@ relativeTau = 5e-4 # 1e-6
[timeSteps] [timeSteps]
scheme = newmark scheme = newmark
timeSteps = 2 #2e3 timeSteps = 2e3
[u0.solver] [u0.solver]
maximumIterations = 100 maximumIterations = 100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment