[cig-commits] [commit] add_thermodynamic_potentials: Tweaked axes in solidsolution benchmarks (a4109be)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Dec 9 09:56:49 PST 2014


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

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

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

commit a4109be168b311cc6e9fc5e4be1a593c7c41d26f
Author: Bob Myhill <myhill.bob at gmail.com>
Date:   Thu Sep 4 22:35:36 2014 +0200

    Tweaked axes in solidsolution benchmarks


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

a4109be168b311cc6e9fc5e4be1a593c7c41d26f
 solidsolution_benchmarks.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/solidsolution_benchmarks.py b/solidsolution_benchmarks.py
index 621dc34..67eef9c 100644
--- a/solidsolution_benchmarks.py
+++ b/solidsolution_benchmarks.py
@@ -64,7 +64,7 @@ plt.plot( comp, sp_entropies_NK1967, 'b-', linewidth=3.)
 plt.plot( comp, sp_entropies, 'r--', linewidth=3.)
 plt.xlim(0.0,1.0)
 plt.ylim(0.,17.0)
-plt.ylabel("Configurational enthalpy of solution")
+plt.ylabel("Configurational entropy of solution (J/K/mol)")
 plt.xlabel("fraction inverse spinel")
 plt.show()
 
@@ -189,7 +189,7 @@ plt.plot( comp, opx_entropies[2], 'g--', linewidth=3.)
 plt.plot( comp, opx_entropies[3], 'g-.', linewidth=3.)
 plt.xlim(0.0,1.0)
 plt.ylim(0.,17.0)
-plt.ylabel("Configurational enthalpy of solution")
+plt.ylabel("Configurational entropy of solution (J/K/mol)")
 plt.xlabel("cats fraction")
 plt.show()
 
@@ -276,7 +276,7 @@ plt.imshow(fig1, extent=[0.0, 1.0,-2.,8.0], aspect='auto')
 plt.plot( comp, gibbs/1000., 'b--', linewidth=3.)
 plt.xlim(0.0,1.0)
 plt.ylim(-2.,8.0)
-plt.ylabel("Excess enthalpy of solution")
+plt.ylabel("Excess enthalpy of solution (kJ/mol)")
 plt.xlabel("cats fraction")
 plt.show()
 



More information about the CIG-COMMITS mailing list