tDisable other plots - 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 f831d67e3a3dcd24b6a27d638279b7d6e36a10a7
(DIR) parent ea99eb813e0a8f5e11d9f5878cafd4b3b6f6b709
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 3 Apr 2014 12:30:17 +0200
Disable other plots
Diffstat:
M tests/cfd_tests.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/tests/cfd_tests.py b/tests/cfd_tests.py
t@@ -178,9 +178,9 @@ orig.time_total[0] = 1.0e-2
orig.time_file_dt[0] = 0.101*orig.time_total[0]
orig.mu[0] = 0.0 # dont let diffusion add transient effects
orig.setFluidPressureModulation(A=1.0, f=1.0/orig.time_total[0])
-orig.plotPrescribedFluidPressures()
+#orig.plotPrescribedFluidPressures()
orig.run(verbose=False)
-py.plotConvergence()
+#py.plotConvergence()
#py.plotFluidDiffAdvPresZ()
#py.writeVTKall()
for it in range(1,py.status()+1): # gradient should be smooth in all output files