tincrease height of fluid grid - 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 d2015a6a8a52c31b644816c0efdfd0020580f775
DIR parent 20a203aa918a4e84b93380acc6f5effeb7475f16
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Fri, 29 Aug 2014 13:50:11 +0200
increase height of fluid grid
Diffstat:
M python/consolidation-curves.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
DIR diff --git a/python/consolidation-curves.py b/python/consolidation-curves.py
t@@ -17,7 +17,7 @@ sim.readlast()
sigma0 = 10.0e3
sim.sid = 'cons-sigma0=' + str(sigma0) + '-c_phi=' + str(c_phi) + \
- '-c_grad_p=' + str(c_grad_p)
+ '-c_grad_p=' + str(c_grad_p) + '-tall'
print('\n###### ' + sim.sid + ' ######')
# Checkerboard colors
t@@ -29,6 +29,8 @@ sim.zeroKinematics()
#sim.consolidate(normal_stress = sigma0)
sim.w_devs[0] = sigma0
+sim.L[2] *= 2.0
+sim.num[2] *= 2
sim.initFluid(mu = 17.87e-4, p = 1.0e5, hydrostatic = True)
#sim.setFluidBottomNoFlow()
#sim.setFluidTopFixedPressure()