[cig-commits] [commit] add_gibbs_energy: Added comment to warn that Cp, V where Landau/Bragg-Williams order-disorder is implemented are currently incorrect (d8e5330)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Dec 11 17:10:43 PST 2014


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

On branch  : add_gibbs_energy
Link       : https://github.com/geodynamics/burnman/compare/0000000000000000000000000000000000000000...2148b324d3e8aa7b527f831eb397590942563008

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

commit d8e533051ab60207ed151ad51aaf6d358bd2eb45
Author: Bob Myhill <myhill.bob at gmail.com>
Date:   Mon Aug 25 23:51:12 2014 +0200

    Added comment to warn that Cp, V where Landau/Bragg-Williams order-disorder is implemented are currently incorrect


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

d8e533051ab60207ed151ad51aaf6d358bd2eb45
 burnman/modified_tait.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/burnman/modified_tait.py b/burnman/modified_tait.py
index f93f58b..7fbb104 100644
--- a/burnman/modified_tait.py
+++ b/burnman/modified_tait.py
@@ -2,6 +2,9 @@
 # Copyright (C) 2012-2014, Myhill, R., Heister, T., Unterborn, C., Rose, I. and Cottaar, S.
 # Released under GPL v2 or later.
 
+
+#TO DO: Correct heat capacity, volume where internal order-disorder is implemented (Landau and Bragg-Williams models)
+
 import numpy as np
 import scipy.optimize as opt
 



More information about the CIG-COMMITS mailing list