Introduction
Introduction Statistics Contact Development Disclaimer Help
treintroduce 10 DEM steps per CFD step - sphere - GPU-based 3D discrete element…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 78e191edd00dd43b6c0f2af728d5d5311373a0c5
parent 63952337fcf3fb93515717e7bf6ac806989510c7
Author: Anders Damsgaard <[email protected]>
Date: Sat, 12 Jul 2014 16:36:40 +0200
reintroduce 10 DEM steps per CFD step
Diffstat:
M python/diffusivity.py | 2 +-
M python/diffusivity1.py | 2 +-
M python/diffusivity2.py | 2 +-
M python/diffusivity3.py | 2 +-
M python/permeability.py | 2 +-
M python/permeability1.py | 2 +-
M python/permeability2.py | 2 +-
M python/permeability3.py | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/python/diffusivity.py b/python/diffusivity.py
t@@ -74,7 +74,7 @@ sim.initFluid(mu = 17.87e-4, p = 1.0e5, hydrostatic = True) …
sim.setFluidBottomNoFlow()
sim.setFluidTopFixedPressure()
#sim.setDEMstepsPerCFDstep(100)
-#sim.setDEMstepsPerCFDstep(10)
+sim.setDEMstepsPerCFDstep(10)
sim.initTemporal(total = 5.0, file_dt = 0.01, epsilon=0.07)
sim.run(dry=True)
sim.run()
diff --git a/python/diffusivity1.py b/python/diffusivity1.py
t@@ -32,7 +32,7 @@ for sigma0 in [10.0e3, 20.0e3]:
sim.initFluid(mu = 17.87e-4, p = 1.0e5, hydrostatic = True)
sim.setFluidBottomNoFlow()
sim.setFluidTopFixedPressure()
- #sim.setDEMstepsPerCFDstep(10)
+ sim.setDEMstepsPerCFDstep(10)
sim.setMaxIterations(2e5)
sim.initTemporal(total = 5.0, file_dt = 0.01, epsilon=0.07)
sim.run(dry=True)
diff --git a/python/diffusivity2.py b/python/diffusivity2.py
t@@ -32,7 +32,7 @@ for sigma0 in [40.0e3, 60.0e3]:
sim.initFluid(mu = 17.87e-4, p = 1.0e5, hydrostatic = True)
sim.setFluidBottomNoFlow()
sim.setFluidTopFixedPressure()
- #sim.setDEMstepsPerCFDstep(10)
+ sim.setDEMstepsPerCFDstep(10)
sim.setMaxIterations(2e5)
sim.initTemporal(total = 5.0, file_dt = 0.01, epsilon=0.07)
sim.run(dry=True)
diff --git a/python/diffusivity3.py b/python/diffusivity3.py
t@@ -32,7 +32,7 @@ for sigma0 in [80.0e3, 120.0e3]:
sim.initFluid(mu = 17.87e-4, p = 1.0e5, hydrostatic = True)
sim.setFluidBottomNoFlow()
sim.setFluidTopFixedPressure()
- #sim.setDEMstepsPerCFDstep(10)
+ sim.setDEMstepsPerCFDstep(10)
sim.setMaxIterations(2e5)
sim.initTemporal(total = 5.0, file_dt = 0.01, epsilon=0.07)
sim.run(dry=True)
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.0…
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)
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)
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)
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)
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.