Introduction
Introduction Statistics Contact Development Disclaimer Help
tdisable fixvel, example not functional - sphere - GPU-based 3D discrete elemen…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit e001e9b4ac8f1c08cb60709c5496685a0a82d7be
parent 544608d8dc8a1bb8a74b55d41d6763504e9239e0
Author: Anders Damsgaard <[email protected]>
Date: Fri, 7 Nov 2014 12:41:12 +0100
disable fixvel, example not functional
Diffstat:
M python/halfshear-darcy-starter.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python/halfshear-darcy-starter.py b/python/halfshear-darcy-starter…
t@@ -49,7 +49,7 @@ if fluid:
sim.initFluid(mu = mu, p = 0.0, cfd_solver = 1)
sim.setFluidBottomNoFlow()
sim.setFluidTopFixedPressure()
- sim.setDEMstepsPerCFDstep(100)
+ #sim.setDEMstepsPerCFDstep(10)
sim.setMaxIterations(2e5)
sim.setPermeabilityPrefactor(k_c)
sim.setFluidCompressibility(1.0/K_w_sim)
t@@ -66,7 +66,7 @@ sim.mu_d[0] = 0.5
sim.setDampingNormal(0.0)
sim.setDampingTangential(0.0)
#sim.deleteAllParticles()
-sim.fixvel[:] = -1.0
+#sim.fixvel[:] = -1.0
sim.initTemporal(total = 20.0, file_dt = 0.01, epsilon=0.07)
#sim.time_dt[0] *= 1.0e-2
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.