Introduction
Introduction Statistics Contact Development Disclaimer Help
tdecrease Young's modulus - sphere - GPU-based 3D discrete element method algor…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 7b778b94817662777dfbf33d2b2a1293e1ad2a93
parent 744842ac5655c183aa9b4352cd349a953f599ed0
Author: Anders Damsgaard Christensen <[email protected]>
Date: Fri, 9 Sep 2016 16:06:00 -0700
decrease Young's modulus
Diffstat:
M python/creep-master.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python/creep-master.py b/python/creep-master.py
t@@ -44,7 +44,7 @@ init.generateRadii(psd = 'uni', mean = 0.005, variance = 0.0…
# Use default params
init.defaultParams(gamma_n = 100.0, mu_s = 0.6, mu_d = 0.6)
-init.setYoungsModulus(1e9) # Plastic like
+init.setYoungsModulus(1e8)
# Add gravity
init.g[2] = -9.81
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.