Skip to content

Commit

Permalink
Removing duplicate mineral
Browse files Browse the repository at this point in the history
  • Loading branch information
CaymanUnterborn committed Jan 5, 2016
1 parent ca412fa commit ec8c5d5
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions burnman/minerals/other.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,18 +153,3 @@ 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 ec8c5d5

Please sign in to comment.