Skip to content

Commit

Permalink
Added a liquid Fe EOS for BM4 Calculations
Browse files Browse the repository at this point in the history
  • Loading branch information
CaymanUnterborn committed Jan 5, 2016
1 parent 7ba35ed commit bea8270
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions burnman/minerals/other.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,18 @@ def __init__(self):
'molar_mass': 0.055845,
'n': 1,} #number of atoms per formula unit
Mineral.__init__(self)

class Liquid_Fe_Anderson(Mineral):
"""
Anderson & Ahrens, 1994 JGR
"""
def __init__(self):
self.params = {
'equation_of_state': 'bm4',
'V_0': 7.95626e-6,
'K_0': 109.7e9,
'Kprime_0': 4.66,
'Kprime_prime_0': -0.043e-9,
'molar_mass': 0.055845,
}
Mineral.__init__(self)

0 comments on commit bea8270

Please sign in to comment.