tchange particle count - 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 a163cdbc7a035c9f11c8ab2a2ec4ce36cad09ad4
DIR parent dd60c1b8ba232d30b61afe79541a10399bc5f257
HTML Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Wed, 15 Jun 2016 18:14:55 -0700
change particle count
Diffstat:
M python/alejandro-init-cons.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/python/alejandro-init-cons.py b/python/alejandro-init-cons.py
t@@ -12,7 +12,7 @@ plots = True
device = 0
# Number of particles
-np = 1e4
+np = 6634
# Common simulation id
sim_id = "alejandro"