Skip to content

Commit

Permalink
Removing unused Life Metal methods from Material (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Feb 6, 2023
1 parent 2a9cd5c commit 882637d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions armi/materials/material.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,27 +473,6 @@ def getCorrosionRate(self, Tk: float = None, Tc: float = None) -> float:
"""
return 0.0

def getLifeMetalCorrelation(self, days: float, Tk: float) -> float:
r"""
life-metal correlation calculates the wastage of the material due to fission products.
"""
return 0.0

def getReverseLifeMetalCorrelation(
self, thicknessFCCIWastageMicrons: float, Tk: float
) -> float:
r"""
Life metal correlation reverse lookup. Knowing wastage and Temperature
determine the effective time at that temperature.
"""
return 0.0

def getLifeMetalConservativeFcciCoeff(self, Tk: float) -> float:
"""
Return the coefficient to be used in the LIFE-METAL correlation
"""
return 0.0

def yieldStrength(self, Tk: float = None, Tc: float = None) -> float:
r"""returns yield strength at given T in MPa"""
pass
Expand Down

0 comments on commit 882637d

Please sign in to comment.