Introduction
Introduction Statistics Contact Development Disclaimer Help
tshorten default time step length - sphere - GPU-based 3D discrete element meth…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 0c32bfa91146574058a5c91800efebde8e957ec0
parent ae3d992b8decb09d13fb652ebe7f24965d14d9c5
Author: Anders Damsgaard <[email protected]>
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(-)
---
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])
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 radi…
physical parameters, and the optional fluid grid need to be set prior …
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.