Introduction
Introduction Statistics Contact Development Disclaimer Help
tuse consolidation experiments with c=1.0 as input files - sphere - GPU-based 3…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 4b8733a2b61f1a2534bd251e62457236ad7a0f76
parent e2e656773fc12f50a3883d86ea4b4f382f3dea34
Author: Anders Damsgaard <[email protected]>
Date: Thu, 21 Aug 2014 13:08:52 +0200
use consolidation experiments with c=1.0 as input files
Diffstat:
M python/shear-starter.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python/shear-starter.py b/python/shear-starter.py
t@@ -11,8 +11,10 @@ c_phi = float(sys.argv[2])
c_grad_p = float(sys.argv[3])
sigma0 = float(sys.argv[4])
-sim = sphere.sim('diffusivity-sigma0=' + str(sigma0) + '-c_phi=' + \
- str(c_phi) + '-c_grad_p=' + str(c_grad_p), fluid=True)
+#sim = sphere.sim('diffusivity-sigma0=' + str(sigma0) + '-c_phi=' + \
+# str(c_phi) + '-c_grad_p=' + str(c_grad_p), fluid=True)
+sim = sphere.sim('diffusivity-sigma0=' + str(sigma0) +'-c_phi=1.0-c_grad_p=1.0…
+ fluid=True)
sim.readlast()
sim.sid = 'shear-sigma0=' + str(sigma0) + '-c_phi=' + str(c_phi) + \
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.