tsave mean porosity value - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit f8105c6601545b7c196f9273330dc5b3a75c6e18
 (DIR) parent c72bb0d5a18abae1b8ca2983d757fa813cf625b6
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu,  4 Sep 2014 12:37:49 +0200
       
       save mean porosity value
       
       Diffstat:
         M python/sphere.py                    |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/python/sphere.py b/python/sphere.py
       t@@ -4438,6 +4438,7 @@ class sim:
                else:
                    e = sb.voidRatio()
        
       +        self.phi_bar = e
                fig = plt.figure()
                plt.xlabel('Time [s]')
                plt.ylabel('Height [m]')