tadd timefactor to fluid viscosity - 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 80a2f5229424c9255a6006bdd59b0e0ac7764a61
 (DIR) parent f34daf137fe86ec9eb9b4b446f58b200f9e159d6
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       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(-)
       ---
 (DIR) diff --git a/python/halfshear-darcy-stress-mod-starter.py b/python/halfshear-darcy-stress-mod-starter.py
       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)