Skip to content

Commit

Permalink
Fixing HT9 density - to match reference (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Sep 6, 2022
1 parent 4d925b5 commit 9cb79cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion armi/materials/ht9.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def setDefaultMassFracs(self):
HT9 mass fractions
From E.2-1 of [MFH]_.
https://www.osti.gov/biblio/1506477-metallic-fuels-handbook
"""
self.setMassFrac("C", 0.002)
self.setMassFrac("MN", 0.005)
Expand All @@ -57,7 +58,7 @@ def setDefaultMassFracs(self):
self.setMassFrac("V", 0.0030)
self.setMassFrac("FE", 1.0 - sum(self.p.massFrac.values()))

self.p.refDens = 8.86
self.p.refDens = 7.778

def linearExpansionPercent(self, Tk=None, Tc=None):
"""
Expand Down

0 comments on commit 9cb79cf

Please sign in to comment.