treset fluid to hydrostatic pressure distribution - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit e13dc9cccd51291fc090663299f7ff647aa2d6a6
DIR parent c6c18fdddd767b2df8d20c47f9f40423fd8990e7
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 27 Aug 2014 12:42:58 +0200
reset fluid to hydrostatic pressure distribution
Diffstat:
M python/consolidation-curves.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/python/consolidation-curves.py b/python/consolidation-curves.py
t@@ -29,7 +29,7 @@ sim.zeroKinematics()
#sim.consolidate(normal_stress = sigma0)
sim.w_devs[0] = sigma0
-#sim.initFluid(mu = 17.87e-4, p = 1.0e5, hydrostatic = True)
+sim.initFluid(mu = 17.87e-4, p = 1.0e5, hydrostatic = True)
#sim.setFluidBottomNoFlow()
#sim.setFluidTopFixedPressure()
sim.setDEMstepsPerCFDstep(10)