Skip to content
Snippets Groups Projects
Commit 13c804d5 authored by podlesny's avatar podlesny
Browse files

.

parent 01f2a752
No related branches found
No related tags found
No related merge requests found
# -*- mode:conf -*-
[general]
outPath = 5-body # output written to ./output/outPath
outPath = 2-body-test # output written to ./output/outPath
gravity = 9.81 # [m/s^2]
......@@ -21,11 +21,11 @@ bulkViscosity = 0.0 # [Pas]
[boundary.friction]
C = 0 # [Pa]
C = 0.0 # [Pa]
mu0 = 0.6 # [ ]
V0 = 1e-6 # [m/s]
L = 1e-5 # [m]
initialAlpha = -10 # [ ]
initialAlpha = -10.0 # [ ]
stateModel = AgeingLaw
frictionModel = Truncated #Truncated #Regularised
[boundary.friction.weakening]
......@@ -51,13 +51,14 @@ relativeTau = 1e-4 # 1e-6
minRelativeTau = 0.0
[timeSteps]
scheme = newmark
timeSteps = 1e6
scheme = newmark # newmark, backwardEuler
mode = adaptive # adaptive, uniform
timeSteps = 1e6 # 1e6
[problem]
finalTime = 100 # [s] #1000
bodyCount = 5
finalTime = 60 # [s] #1000
bodyCount = 2
[io]
......
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