tSome triaxial bugfixes - 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 7b158af690022d06ed82df826c75e1e14ce880c7
(DIR) parent 49ebae25c8c553bd2e18b70e8d2f97fc35a5fead
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 22 Aug 2013 09:37:29 +0200
Some triaxial bugfixes
Diffstat:
M python/triaxial.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/triaxial.py b/python/triaxial.py
t@@ -62,7 +62,7 @@ lastf = status(sim_id + "-init")
cons.readbin("../output/" + sim_id + "-init.output{:0=5}.bin".format(lastf), verbose=False)
# Setup triaxial experiment
-cons.triaxial(wvel = -cons.L[2]*0.01, deviatoric_stress = devs) # one percent of height per second
+cons.triaxial(wvel = -cons.L[2]*0.02, deviatoric_stress = devs) # two percent of height per second
# Set duration of simulation
cons.initTemporal(total = 5.0)