tset ndem to 1 for fluidization tests - 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 544608d8dc8a1bb8a74b55d41d6763504e9239e0
(DIR) parent 354ce8a0f9d22c901cceb27b367cdce48b848100
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Fri, 7 Nov 2014 11:38:19 +0100
set ndem to 1 for fluidization tests
Diffstat:
M tests/cfd_tests_darcy_particles.py | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/tests/cfd_tests_darcy_particles.py b/tests/cfd_tests_darcy_particles.py
t@@ -171,6 +171,7 @@ orig.num[2] /= 2
orig.L[2] /= 2.0
orig.id('darcy_fluidization')
orig.cleanup()
+orig.setDEMstepsPerCFDstep(1)
orig.setStiffnessNormal(36.4e9)
orig.setStiffnessTangential(36.4e9/3.0)
orig.initTemporal(total=0.0005, file_dt=0.0001)