Introduction
Introduction Statistics Contact Development Disclaimer Help
tadjust porosity range to better estimate realistic time step - sphere - GPU-ba…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 506beb30a646e4f173f393bf18dc80f5c20e7d19
parent 31cb2c6665a9cca4fde1b0da0f1f45831540ac2f
Author: Anders Damsgaard <[email protected]>
Date: Thu, 6 Nov 2014 10:59:10 +0100
adjust porosity range to better estimate realistic time step
Diffstat:
M python/sphere.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python/sphere.py b/python/sphere.py
t@@ -2824,7 +2824,7 @@ class sim:
else:
raise Exception('This function only works for the Darcy solver')
- def hydraulicPermeability(self, phi_min = 0.1, phi_max = 0.9):
+ def hydraulicPermeability(self, phi_min = 0.3, phi_max = 0.99):
'''
Determine the hydraulic permeability (k) [m*m] from the Kozeny-Carman
relationship, using the permeability prefactor (`self.k_c`), and the
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.