thide filename output - 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 ee80d53c4362f39231c552e74b603418592a54fa
DIR parent 8fcae2486b42ad8c57d7633a1d045eca9f6c2219
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 16 Apr 2015 10:05:40 +0200
hide filename output
Diffstat:
M python/halfshear-darcy-fluid-press… | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
DIR diff --git a/python/halfshear-darcy-fluid-pressures.py b/python/halfshear-darcy-fluid-pressures.py
t@@ -17,8 +17,6 @@ def plotpressures(sid):
sim.visualize('fluid-pressure',outformat=outformat, figsize=[3.74, 3.14])
filename = sid + '-fluid-pressure.' + outformat
shutil.copyfile(filename, '/home/adc/articles/own/2/graphics/' + filename)
- print(filename)
-
sids = [
'halfshear-darcy-sigma0=20000.0-k_c=3.5e-15-mu=1.797e-06-velfac=1.0-shear',