Skip to content
Snippets Groups Projects
Commit 168c0d7e authored by podlesny's avatar podlesny
Browse files

tresca debugging parameters

parent 0f191bd3
No related branches found
No related tags found
No related merge requests found
# -*- mode:conf -*- # -*- mode:conf -*-
outPath = no-friction # output written to ./output/outPath outPath = tresca # output written to ./output/outPath
gravity = 9.81 # [m/s^2] gravity = 9.81 # [m/s^2]
[body0] [body0]
length = 6.0 # [m] length = 6.0 # [m]
height = 1.0 # [m] height = 1.0 # [m]
bulkModulus = 4.12e7 # [Pa] #2190 bulkModulus = 4.12e9 # [Pa] #2190
poissonRatio = 0.3 # [1] #0.11 poissonRatio = 0.0 #0.3 # [1] #0.11
[body0.elastic] [body0.elastic]
density = 5e3 # [kg/m^3] #750 density = 5e3 # [kg/m^3] #750
shearViscosity = 0.0 # [Pas] shearViscosity = 0.0 # [Pas]
...@@ -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 = 0.0 #-10.0 # [ ] initialAlpha = 0.0 #-10.0 # [ ]
stateModel = AgeingLaw stateModel = AgeingLaw
frictionModel = None #Truncated #Regularised frictionModel = Tresca #Tresca #None #Truncated #Regularised
[boundary.friction.weakening] [boundary.friction.weakening]
a = 0.010 # [ ] a = 0.010 # [ ]
b = 0.015 # [ ] b = 0.015 # [ ]
...@@ -52,7 +52,7 @@ b = 0.015 # [ ] ...@@ -52,7 +52,7 @@ b = 0.015 # [ ]
sigmaN = 0.0 # [Pa] sigmaN = 0.0 # [Pa]
[boundary.dirichlet] [boundary.dirichlet]
finalVelocity = 1e-1 #2e-4 # [m/s] finalVelocity = 2e-3 #2e-4 # [m/s]
[io] [io]
data.write = true data.write = true
...@@ -63,17 +63,17 @@ restarts.write = true #true ...@@ -63,17 +63,17 @@ restarts.write = true #true
vtk.write = true vtk.write = true
[problem] [problem]
finalTime = 10 # [s] #1000 finalTime = 15 # [s] #1000
bodyCount = 2 bodyCount = 2
[initialTime] [initialTime]
timeStep = 0 timeStep = 0
relativeTime = 0.0 relativeTime = 0.0
relativeTau = 0.1 #1e-4 # 1e-6 relativeTau = 5e-4 # 1e-6
[timeSteps] [timeSteps]
scheme = newmark scheme = newmark
timeSteps = 10 # 1e4 timeSteps = 2e3 # 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.
Finish editing this message first!
Please register or to comment