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 -*-
outPath = no-friction # output written to ./output/outPath
outPath = tresca # output written to ./output/outPath
gravity = 9.81 # [m/s^2]
[body0]
length = 6.0 # [m]
height = 1.0 # [m]
bulkModulus = 4.12e7 # [Pa] #2190
poissonRatio = 0.3 # [1] #0.11
bulkModulus = 4.12e9 # [Pa] #2190
poissonRatio = 0.0 #0.3 # [1] #0.11
[body0.elastic]
density = 5e3 # [kg/m^3] #750
shearViscosity = 0.0 # [Pas]
......@@ -39,7 +39,7 @@ V0 = 1e-6 # [m/s]
L = 1e-5 # [m]
initialAlpha = 0.0 #-10.0 # [ ]
stateModel = AgeingLaw
frictionModel = None #Truncated #Regularised
frictionModel = Tresca #Tresca #None #Truncated #Regularised
[boundary.friction.weakening]
a = 0.010 # [ ]
b = 0.015 # [ ]
......@@ -52,7 +52,7 @@ b = 0.015 # [ ]
sigmaN = 0.0 # [Pa]
[boundary.dirichlet]
finalVelocity = 1e-1 #2e-4 # [m/s]
finalVelocity = 2e-3 #2e-4 # [m/s]
[io]
data.write = true
......@@ -63,17 +63,17 @@ restarts.write = true #true
vtk.write = true
[problem]
finalTime = 10 # [s] #1000
finalTime = 15 # [s] #1000
bodyCount = 2
[initialTime]
timeStep = 0
relativeTime = 0.0
relativeTau = 0.1 #1e-4 # 1e-6
relativeTau = 5e-4 # 1e-6
[timeSteps]
scheme = newmark
timeSteps = 10 # 1e4
timeSteps = 2e3 # 2e3
[u0.solver]
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