tfix comment for void ratio computation - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit df47aa86294f5bb26389e449e34528994710632b
DIR parent 8b3fc58d3b2faee41646d788a2c494f9e162448b
HTML Author: Anders Damsgaard <andersd@riseup.net>
Date: Wed, 18 Oct 2017 09:28:13 -0400
fix comment for void ratio computation
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@@ -4383,7 +4383,7 @@ class sim:
'''
Calculates the current void ratio
- :returns: The void ratio, in [0:1]
+ :returns: The void ratio (pore volume relative to solid volume)
:return type: float
'''