tset ndem=1 - 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 63952337fcf3fb93515717e7bf6ac806989510c7
 (DIR) parent 2e66425e9ea9274dcd27db2f15d50be2d4d0b53a
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Fri, 11 Jul 2014 12:37:45 +0200
       
       set ndem=1
       
       Diffstat:
         M python/permeability.py              |       2 +-
         M python/permeability1.py             |       2 +-
         M python/permeability2.py             |       2 +-
         M python/permeability3.py             |       2 +-
       
       4 files changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/python/permeability.py b/python/permeability.py
       t@@ -29,7 +29,7 @@ for dp in [1.0e3, 2.0e3, 4.0e3, 10.0e3, 20.0e3, 40.0e3, 80.0e3]:
            sim.setFluidTopFixedPressure()
            sim.setFluidBottomFixedPressure()
            sim.p_f[:,:,-1] = p_top
       -    sim.setDEMstepsPerCFDstep(10)
       +    #sim.setDEMstepsPerCFDstep(10)
            sim.initTemporal(total = 2.0, file_dt = 0.01, epsilon=0.07)
        
            sim.run(dry=True)
 (DIR) diff --git a/python/permeability1.py b/python/permeability1.py
       t@@ -29,7 +29,7 @@ for dp in [1.0e3, 2.0e3]:
            sim.setFluidTopFixedPressure()
            sim.setFluidBottomFixedPressure()
            sim.p_f[:,:,-1] = p_top
       -    sim.setDEMstepsPerCFDstep(10)
       +    #sim.setDEMstepsPerCFDstep(10)
            sim.initTemporal(total = 2.0, file_dt = 0.01, epsilon=0.07)
        
            sim.run(dry=True)
 (DIR) diff --git a/python/permeability2.py b/python/permeability2.py
       t@@ -29,7 +29,7 @@ for dp in [4.0e3, 10.0e3]:
            sim.setFluidTopFixedPressure()
            sim.setFluidBottomFixedPressure()
            sim.p_f[:,:,-1] = p_top
       -    sim.setDEMstepsPerCFDstep(10)
       +    #sim.setDEMstepsPerCFDstep(10)
            sim.initTemporal(total = 2.0, file_dt = 0.01, epsilon=0.07)
        
            sim.run(dry=True)
 (DIR) diff --git a/python/permeability3.py b/python/permeability3.py
       t@@ -29,7 +29,7 @@ for dp in [20.0e3, 40.0e3]:
            sim.setFluidTopFixedPressure()
            sim.setFluidBottomFixedPressure()
            sim.p_f[:,:,-1] = p_top
       -    sim.setDEMstepsPerCFDstep(10)
       +    #sim.setDEMstepsPerCFDstep(10)
            sim.initTemporal(total = 2.0, file_dt = 0.01, epsilon=0.07)
        
            sim.run(dry=True)