Introduction
Introduction Statistics Contact Development Disclaimer Help
tfluid pressure zero by default - sphere - GPU-based 3D discrete element method…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 3cd8e98d6f47fed8ba248b3d20f6326577c648d5
parent 332edf3ee32a59f0cd944b02daf0509ae9d300a5
Author: Anders Damsgaard <[email protected]>
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(-)
---
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
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.