Introduction
Introduction Statistics Contact Development Disclaimer Help
tadd docstring on verbose flag - sphere - GPU-based 3D discrete element method …
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit 9034f035473763e3754baa35caab5322177d5062
parent f7201db24191523cbc2184e50143d4de1b57a463
Author: Anders Damsgaard <[email protected]>
Date: Mon, 24 Nov 2014 14:44:31 +0100
add docstring on verbose flag
Diffstat:
M python/sphere.py | 4 ++++
1 file changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/python/sphere.py b/python/sphere.py
t@@ -3133,6 +3133,10 @@ class sim:
:param k_c: Permeability prefactor value [m*m]
:type k_c: float
+ :param verbose: Print information about the realistic permeabilities a…
+ hydraulic conductivities to expect with the chosen permeability
+ prefactor.
+ :type verbose: bool
'''
if self.cfd_solver[0] == 1:
self.k_c[0] = k_c
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.