Introduction
Introduction Statistics Contact Development Disclaimer Help
tcompressional strain calculated from wrong axis - sphere - GPU-based 3D discre…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit af3360fc4686a3ebc3423e44b148a4bcebdc9ec1
parent da8c7ee3045495a1dbba5fb6d5cdf2d44be9097f
Author: Anders Damsgaard <[email protected]>
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(-)
---
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()
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.