Skip to content
Snippets Groups Projects
Commit 3d8b7c40 authored by podlesny's avatar podlesny
Browse files

bodyData from 2013 pipping paper

parent 42d9c764
No related branches found
No related tags found
No related merge requests found
# -*- mode:conf -*- # -*- mode:conf -*-
[body0] [body0]
smallestDiameter = 0.5 # 2e-3 [m] smallestDiameter = 6.25e-2 # 2e-3 [m]
[body1] [body1]
smallestDiameter = 0.5 # 2e-3 [m] smallestDiameter = 6.25e-2 # 2e-3 [m]
[timeSteps] [timeSteps]
refinementTolerance = 1e-3 # 1e-5 refinementTolerance = 1e-3 # 1e-5
......
...@@ -4,9 +4,9 @@ outPath = test # output written to ./output/outPath ...@@ -4,9 +4,9 @@ outPath = test # output written to ./output/outPath
gravity = 9.81 # [m/s^2] gravity = 9.81 # [m/s^2]
[body0] [body0]
length = 5.0 # [m] length = 6.0 # [m]
height = 1.0 # [m] height = 1.0 # [m]
bulkModulus = 4.12e7 # [Pa] #2190 bulkModulus = 4.12e7 # [Pa] #2190
poissonRatio = 0.3 # [1] #0.11 poissonRatio = 0.3 # [1] #0.11
[body0.elastic] [body0.elastic]
density = 5e3 # [kg/m^3] #750 density = 5e3 # [kg/m^3] #750
...@@ -73,7 +73,7 @@ relativeTau = 1e-4 # 1e-6 ...@@ -73,7 +73,7 @@ relativeTau = 1e-4 # 1e-6
[timeSteps] [timeSteps]
scheme = newmark scheme = newmark
timeSteps = 1e4 timeSteps = 1e4 # 1e4
[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