Introduction
Introduction Statistics Contact Development Disclaimer Help
tlong neumann test - sphere - GPU-based 3D discrete element method algorithm wi…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 6985cb64fb0ffd0b5c9376ccd8ee4b2f05183bcf
parent b0b0cafdb49bcd518539b3777f4671b94fe2e3c0
Author: Anders Damsgaard <[email protected]>
Date: Wed, 22 Oct 2014 15:36:11 +0200
long neumann test
Diffstat:
M tests/cfd_tests_neumann.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/cfd_tests_neumann.py b/tests/cfd_tests_neumann.py
t@@ -48,9 +48,9 @@ orig.cleanup()
orig.defineWorldBoundaries([0.3, 0.3, 0.3], dx = 0.1)
#orig.g[2] = -10.0
orig.initFluid(mu = 8.9e-4)
-#orig.initTemporal(total = 0.05, file_dt = 0.005, dt = 1.0e-4)
+orig.initTemporal(total = 0.05, file_dt = 0.005, dt = 1.0e-4)
#orig.initTemporal(total = 1.0e-2, file_dt = 1.0e-4, dt = 1.0e-4)
-orig.initTemporal(total = 1.0e-3, file_dt = 1.0e-4, dt = 1.0e-4)
+#orig.initTemporal(total = 1.0e-3, file_dt = 1.0e-4, dt = 1.0e-4)
#print(orig.largestFluidTimeStep())
#orig.initTemporal(total = orig.largestFluidTimeStep()*10.0,
#file_dt = orig.largestFluidTimeStep(),
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.