tremove comment - 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 712284f13744c8f0ffdfd0102a2f081b90c3b423
DIR parent a32eedee8f0ac517d57e2581f0277c9011ed1a6b
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Fri, 19 Sep 2014 11:33:16 +0200
remove comment
Diffstat:
M python/shear-starter.py | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
DIR diff --git a/python/shear-starter.py b/python/shear-starter.py
t@@ -54,7 +54,6 @@ sim.initTemporal(total = 20.0, file_dt = 0.01, epsilon=0.07)
sim.c_phi[0] = c_phi
sim.c_grad_p[0] = c_grad_p
sim.w_devs[0] = sigma0
-#sim.w_devs[0] = 0.0
sim.w_m[0] = numpy.abs(sigma0*sim.L[0]*sim.L[1]/sim.g[2])
sim.mu_s[0] = 0.5
sim.mu_d[0] = 0.5