tshorten default time step length - 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 0c32bfa91146574058a5c91800efebde8e957ec0
(DIR) parent ae3d992b8decb09d13fb652ebe7f24965d14d9c5
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 24 Jun 2014 22:01:15 +0200
shorten default time step length
Diffstat:
M python/shortening.py | 2 +-
M python/sphere.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/python/shortening.py b/python/shortening.py
t@@ -108,7 +108,7 @@ sim = sphere.sim('shortening-relaxation', nw=1)
sim.readlast()
sim.sid = 'shortening'
sim.cleanup()
-sim.initTemporal(current=0.0, total=20.0, file_dt = 0.01, epsilon=0.07)
+sim.initTemporal(current=0.0, total=20.0, file_dt = 0.01, epsilon=0.01)
# set colors again
y_min = numpy.min(sim.x[:,1])
(DIR) diff --git a/python/sphere.py b/python/sphere.py
t@@ -2348,7 +2348,7 @@ class sim:
file_dt = 0.05,
step_count = 0,
dt = -1,
- epsilon = 0.05):
+ epsilon = 0.01):
'''
Set temporal parameters for the simulation. *Important*: Particle radii,
physical parameters, and the optional fluid grid need to be set prior to