tfluid pressure zero by default - 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 3cd8e98d6f47fed8ba248b3d20f6326577c648d5
(DIR) parent 332edf3ee32a59f0cd944b02daf0509ae9d300a5
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 10 Nov 2014 10:40:20 +0100
fluid pressure zero by default
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/python/sphere.py b/python/sphere.py
t@@ -2948,7 +2948,7 @@ class sim:
self.fluid = True
self.initFluid()
- def initFluid(self, mu = 8.9e-4, rho = 1.0e3, p = 1.0,
+ def initFluid(self, mu = 8.9e-4, rho = 1.0e3, p = 0.0,
hydrostatic = False, cfd_solver = 0):
'''
Initialize the fluid arrays and the fluid viscosity. The default value