Introduction
Introduction Statistics Contact Development Disclaimer Help
tcorrect simulation id - sphere - GPU-based 3D discrete element method algorith…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit e7ff2bb38671081bddefa9147276d4852c318c8f
parent 8b06c2880564030dd6b041c2805a4b066a9f60ef
Author: Anders Damsgaard <[email protected]>
Date: Wed, 13 Aug 2014 14:47:30 +0200
correct simulation id
Diffstat:
M python/diffusivity-starter.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python/diffusivity-starter.py b/python/diffusivity-starter.py
t@@ -16,7 +16,7 @@ for sigma0_str in sys.argv[4:]:
sim = sphere.sim('diffusivity-relax')
sim.readlast()
- sim.sid = 'permeability-dp=' + str(dp) + '-c_phi=' + str(c_phi) + \
+ sim.sid = 'diffusivity-sigma0=' + str(sigma0) + '-c_phi=' + str(c_phi) + \
'-c_grad_p=' + str(c_grad_p)
print(sim.sid)
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.