tfix ref to effective stress - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 7b96a4414c3a8fb8ca0146f321ddaee9f9e3400b
(DIR) parent 17f9a3b6a830484ecbe3c87e2b50a1ae71968fd0
(HTM) Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Sat, 4 Jun 2016 16:30:40 -0700
fix ref to effective stress
Diffstat:
M python/generate-rate-state-scripts… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/generate-rate-state-scripts-comet-rs0.py b/python/generate-rate-state-scripts-comet-rs0.py
t@@ -120,7 +120,7 @@ sim.setDampingNormal(0.0)
sim.setDampingTangential(0.0)
sim.w_sigma0[0] = {effective_stress}
-sim.w_m[0] = numpy.abs(sigma0*sim.L[0]*sim.L[1]/sim.g[2])
+sim.w_m[0] = numpy.abs({effective_stress}*sim.L[0]*sim.L[1]/sim.g[2])
sim.initTemporal(total = 20.0, file_dt = 0.01, epsilon=0.07)