tuse input files with short sid - 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 82dbaa8833e18503c999f90ef346978d49d907b6
(DIR) parent f06b45332c653a34768a88060ba3bd1d420dcfda
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 1 Sep 2014 13:47:53 +0200
use input files with short sid
Diffstat:
M python/shear-starter.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/python/shear-starter.py b/python/shear-starter.py
t@@ -19,7 +19,9 @@ if wet == 1:
else:
fluit = False
-sim = sphere.sim('diffusivity-sigma0=' + str(sigma0) +'-c_phi=1.0-c_grad_p=1.0',
+#sim = sphere.sim('diffusivity-sigma0=' + str(sigma0) +'-c_phi=1.0-c_grad_p=1.0',
+# fluid=True)
+sim = sphere.sim('diffusivity-sigma0=' + str(sigma0),
fluid=True)
sim.readlast()