Skip to content

Commit

Permalink
Merge 91278e8 into 6bd85c6
Browse files Browse the repository at this point in the history
  • Loading branch information
keckler committed Dec 24, 2022
2 parents 6bd85c6 + 91278e8 commit 8124782
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions armi/materials/material.py
Expand Up @@ -412,8 +412,7 @@ def density3(self, Tk: float = None, Tc: float = None) -> float:
)
return None
f = (1.0 + dLL / 100.0) ** 3
dRhoOverRho = (1.0 - f) / f
return refD * (dRhoOverRho + 1)
return refD / f

def density3KgM3(self, Tk: float = None, Tc: float = None) -> float:
"""Return density that preserves mass when thermally expanded in 3D in units of kg/m^3.
Expand Down

0 comments on commit 8124782

Please sign in to comment.