tincrease smoothing window - 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 8a43dc8a996b85032c04abed88feaa178bfa9246
(DIR) parent e605e058f851c5b5a65d34f24a775e4ffbf28262
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 14 Apr 2015 21:01:24 +0200
increase smoothing window
Diffstat:
M python/halfshear-darcy-strength-di… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/halfshear-darcy-strength-dilation-rate.py b/python/halfshear-darcy-strength-dilation-rate.py
t@@ -24,7 +24,7 @@ pressures = True
zflow = False
contact_forces = False
smooth_friction = True
-smooth_window = 10
+smooth_window = 100
#sigma0_list = numpy.array([1.0e3, 2.0e3, 4.0e3, 10.0e3, 20.0e3, 40.0e3])
sigma0 = 20000.0