[cig-commits] [commit] add_thermodynamic_potentials: Rename to emphasize extensive quantity (f2ca154)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Dec 9 09:54:36 PST 2014


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

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

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

commit f2ca15435ca2d19106e529c4101133c91138e1f0
Author: ian-r-rose <ian.r.rose at gmail.com>
Date:   Sat Aug 30 17:37:58 2014 -0700

    Rename to emphasize extensive quantity


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

f2ca15435ca2d19106e529c4101133c91138e1f0
 burnman/mineral.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/burnman/mineral.py b/burnman/mineral.py
index 29277b5..3ef69c8 100644
--- a/burnman/mineral.py
+++ b/burnman/mineral.py
@@ -219,13 +219,13 @@ class Mineral(Material):
         """
         return np.sqrt(self.adiabatic_bulk_modulus() / self.density())
 
-    def gibbs_free_energy(self):
+    def molar_gibbs(self):
         """
         Returns Gibbs free energy of the mineral [J]
         """
         return self.gibbs
 
-    def helmholtz_free_energy(self):
+    def molar_helmholtz(self):
         """
         Returns Gibbs free energy of the mineral [J]
         """



More information about the CIG-COMMITS mailing list