Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix typo - sphere - GPU-based 3D discrete element method algorithm with option…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 0333c90015273d485fc3876b15e386c137e66698
parent 48431f5c15a7f588b18bda59e3226a21515da310
Author: Anders Damsgaard <[email protected]>
Date: Wed, 12 Nov 2014 14:17:37 +0100
fix typo
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python/sphere.py b/python/sphere.py
t@@ -3140,7 +3140,7 @@ class sim:
k = self.k_c * phi**3/(1.0 - phi**2)
k_phi30 = self.k_c * 0.3**3/(1.0 - 0.3**2)
K = k * self.rho*numpy.abs(self.g[2])/self.mu
- K_phi30 = k_phi30 = self.rho*numpy.abs(self.g[2])/self.mu
+ K_phi30 = k_phi30 * self.rho*numpy.abs(self.g[2])/self.mu
print('Hydraulic permeability limits for porosity phi = [0.1, 0.9]…
print('\tk = ' + str(k) + ' m*m')
print('\tk(phi = 0.3) = ' + str(k_phi30) + ' m*m')
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.