Introduction
Introduction Statistics Contact Development Disclaimer Help
tadd timefactor to fluid viscosity - sphere - GPU-based 3D discrete element met…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 80a2f5229424c9255a6006bdd59b0e0ac7764a61
parent f34daf137fe86ec9eb9b4b446f58b200f9e159d6
Author: Anders Damsgaard <[email protected]>
Date: Mon, 16 Feb 2015 13:49:07 +0100
add timefactor to fluid viscosity
Diffstat:
M python/halfshear-darcy-stress-mod-… | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python/halfshear-darcy-stress-mod-starter.py b/python/halfshear-da…
t@@ -54,7 +54,7 @@ if fluid:
sim.num[:] /= 2
#sim.L[2] *= 2.0
#sim.initFluid(mu = 1.787e-6, p = 600.0e3, cfd_solver = 1)
- sim.initFluid(mu = mu, p = 0.0, cfd_solver = 1)
+ sim.initFluid(mu = mu*timefac, p = 0.0, cfd_solver = 1)
sim.setFluidBottomNoFlow()
sim.setFluidTopFixedPressure()
#sim.setDEMstepsPerCFDstep(10)
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.