tcfd_tests results verified - 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 696e6181e56f183babb7c39e7f390c2f6e9519b5
DIR parent a7e94e72497da5e5c481ddb812f41471beb1bb6c
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 9 Jun 2014 15:05:16 +0200
cfd_tests results verified
Diffstat:
M tests/cfd_tests.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/tests/cfd_tests.py b/tests/cfd_tests.py
t@@ -43,7 +43,7 @@ orig.run(verbose=False)
#orig.run(verbose=True)
py.readlast(verbose = False)
ideal_grad_p_z = numpy.linspace(orig.p_f[0,0,0], orig.p_f[0,0,-1], orig.num[2])
-py.writeVTKall()
+#py.writeVTKall()
compareNumpyArraysClose(numpy.zeros((1,orig.num[2])),\
ideal_grad_p_z - py.p_f[0,0,:],\
"Pressure gradient:\t", tolerance=1.0e-1)