armi.materials.hastelloyN module¶
Hastelloy-N is a high-nickel structural material invented by ORNL for handling molten fluoride salts.
- class armi.materials.hastelloyN.HastelloyN[source]¶
Bases:
armi.materials.material.Material
Hastelloy N alloy (UNS N10003).
- Haynes(1,2,3)
Haynes International, H-2052D 2020 (http://haynesintl.com/docs/default-source/pdfs/new-alloy-brochures/corrosion-resistant-alloys/brochures/n-brochure.pdf)
- SAB
Sabharwall, et. al. Feasibility Study of Secondary Heat Exchanger Concepts for the Advanced High Temperature Reactor INL/EXT-11-23076, 2011
- name = 'HastelloyN'¶
String identifying the material
- materialIntro = 'Hastelloy N alloy is a nickel-base alloy that was invented at Oak RIdge National Laboratories as a container material for molten fluoride salts. It has good oxidation resistance to hot fluoride salts in the temperature range of 704 to 871C (1300 to 1600F)'¶
- propertyValidTemperature = {'heat capacity': ((373.15, 973.15), 'K'), 'thermal conductivity': ((473.15, 973.15), 'K'), 'thermal expansion': ((293.15, 1173.15), 'K')}¶
Dictionary of valid temperatures over which the property models are valid in the format ‘Property Name’: ((Temperature_Lower_Limit, Temperature_Upper_Limit), Temperature_Units)
- refTempK = 293.15¶
- thermalConductivity(Tk=None, Tc=None)[source]¶
Calculates the thermal conductivity of Hastelloy N. Second order polynomial fit to data from [Haynes].
- heatCapacity(Tk=None, Tc=None)[source]¶
Calculates the specific heat capacity of Hastelloy N. Sixth order polynomial fit to data from Table 2-20 [SAB] (R^2=0.97).