[cig-commits] [commit] add_thermodynamic_potentials: Added Katsura_2009_wadsleyite (c28b11f)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Dec 9 09:53:26 PST 2014


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

On branch  : add_thermodynamic_potentials
Link       : https://github.com/geodynamics/burnman/compare/2e5646d93cedbbf8eae54cc37cffc14e0aa85180...d5ddad03ff9f30f5a4efaddb4e3ec585ea1a7c51

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

commit c28b11fe4ceed9f8bd8d5e573086961613736424
Author: Bob Myhill <myhill.bob at gmail.com>
Date:   Mon Aug 25 23:47:54 2014 +0200

    Added Katsura_2009_wadsleyite


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

c28b11fe4ceed9f8bd8d5e573086961613736424
 burnman/minerals/other.py | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/burnman/minerals/other.py b/burnman/minerals/other.py
index f01a5ce..e2fa011 100644
--- a/burnman/minerals/other.py
+++ b/burnman/minerals/other.py
@@ -51,7 +51,32 @@ class Speziale_fe_periclase_LS(Mineral):
                         'grueneisen_0': 1.46,
                         'q_0': 1.2  }
 
+"""
+Katsura_2009
+^^^^^^^^^^^^^
+
+Minerals from Katsura 2009 and references therein
+
+"""
 
+class Katsura_2009_wadsleyite (Mineral):
+    """
+    Katsura 2009 and references therein
+    """
+    def __init__(self):
+        self.params = {
+            'equation_of_state':'slb3',
+            'V_0': 4.0499E-05,
+            'K_0': 169.2e9,
+            'Kprime_0': 4.1,
+            'G_0': 113e9,
+            'Gprime_0': 1.5,
+            'molar_mass': .140695,
+            'n': 7,
+            'Debye_0': 814.,
+            'grueneisen_0': 1.64,
+            'q_0': 1.5,
+            'eta_s_0': 2.3 }
 
 
 



More information about the CIG-COMMITS mailing list