[cig-commits] [commit] master: Fixed T in isothermal bulk modulus (6aa3d25)

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


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

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

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

commit 6aa3d25f6f1d34fd07825752fe76854f8e86ef70
Author: I <kmanunterborn at gmail.com>
Date:   Tue Dec 9 20:46:54 2014 -0800

    Fixed T in isothermal bulk modulus
    
    See title


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

6aa3d25f6f1d34fd07825752fe76854f8e86ef70
 burnman/birch_murnaghan.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/burnman/birch_murnaghan.py b/burnman/birch_murnaghan.py
index d4705bc..e30f8e6 100644
--- a/burnman/birch_murnaghan.py
+++ b/burnman/birch_murnaghan.py
@@ -85,8 +85,8 @@ class BirchMurnaghanBase(eos.EquationOfState):
 
     def isothermal_bulk_modulus(self,pressure,temperature, volume, params):
         """
-        Returns adiabatic bulk modulus [Pa] as a function of pressure [Pa]
-        and volume [m^3]. 
+        Returns adiabatic bulk modulus [Pa] as a function of pressure [Pa],
+        temperature [K] and volume [m^3]. 
         """
         return bulk_modulus(volume, params)
 



More information about the CIG-COMMITS mailing list