tupdated triaxial script - 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 d45ab47a8a12041c5c6f1b994526c42f2c23b276
(DIR) parent 563f7ea52ebf914fefeafa01a74dae530b695eb6
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 22 Aug 2013 13:04:10 +0200
updated triaxial script
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.02, deviatoric_stress = devs) # two percent of height per second
+cons.triaxial(wvel = -cons.L[2]*0.01, deviatoric_stress = devs) # two percent of height per second
# Set duration of simulation
cons.initTemporal(total = 5.0)