[cig-commits] [commit] master: Edited comments (95b09d4)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Dec 9 22:34:35 PST 2014


Repository : https://github.com/geodynamics/burnman

On branch  : master
Link       : https://github.com/geodynamics/burnman/compare/96a37e8bbbe737b38fba242d3e2f77955d11c99a...ab0efb9b1ff17b6d893db6c4d457836c768cdd59

>---------------------------------------------------------------

commit 95b09d420f40e374f5cafdc83253c494134b4f15
Author: Bob Myhill <myhill.bob at gmail.com>
Date:   Tue Dec 9 22:14:59 2014 -0800

    Edited comments


>---------------------------------------------------------------

95b09d420f40e374f5cafdc83253c494134b4f15
 tests/benchmark.py | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/tests/benchmark.py b/tests/benchmark.py
index f5f89ba..e99f085 100644
--- a/tests/benchmark.py
+++ b/tests/benchmark.py
@@ -373,12 +373,9 @@ def check_averaging():
     hsl_shear_modulus = np.empty_like(volumes)
 
 
-    #these values are not given in the paper, so far as I can tell,
-    #so I did my best to read them off of the figure...
-
-
-    # MgO bulk and shear moduli
-    K2=180. # Bulk modulus, GPa
+    # MgO bulk and shear moduli taken from Landolt-Börnstein 
+    # - Group III Condensed Matter Volume 41B, 1999, pp 1-3
+    K2=152. # Bulk modulus, GPa
     G2=155. # Shear modulus, GPa
 
     # AgCl bulk and shear moduli (estimated from plot)
@@ -472,7 +469,7 @@ def check_averaging_2():
     hsl_shear_modulus = np.empty_like(volumes)
 
 
-    #These values are from the paper
+    #These values are from Hashin and Shtrikman (1963)
     K1=25.0
     K2=60.7
     G1=11.5



More information about the CIG-COMMITS mailing list