tcompressional strain calculated from wrong axis - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit af3360fc4686a3ebc3423e44b148a4bcebdc9ec1
DIR parent da8c7ee3045495a1dbba5fb6d5cdf2d44be9097f
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Sun, 22 Jun 2014 08:31:24 +0200
compressional strain calculated from wrong axis
Diffstat:
M python/shortening.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/python/shortening.py b/python/shortening.py
t@@ -150,7 +150,7 @@ sim.gamma_t[0] = 0.0
# push down upper wall
compressional_strain = 0.5
-sim.uniaxialStrainRate(wvel = -compressional_strain*Lx/sim.time_total[0])
+sim.uniaxialStrainRate(wvel = -compressional_strain*Lz/sim.time_total[0])
sim.run(dry=True)
sim.run()