armi.materials.zr module
Zirconium metal.
- class armi.materials.zr.Zr[source]
Bases:
Material
Metallic zirconium.
- propertyValidTemperature = {'density': ((293, 1800), 'K'), 'linear expansion': ((293, 1800), 'K'), 'linear expansion percent': ((293, 1800), 'K'), 'thermal conductivity': ((298, 2000), '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)
- references = {'density': 'AAA Materials Handbook 45803', 'linear expansion': 'Y.S. Touloukian, R.K. Kirby, R.E. Taylor and P.D. Desai, Thermal Expansion, Thermophysical Properties of Matter, Vol. 12, IFI/Plenum, New York-Washington (1975)', 'linear expansion percent': 'Y.S. Touloukian, R.K. Kirby, R.E. Taylor and P.D. Desai, Thermal Expansion, Thermophysical Properties of Matter, Vol. 12, IFI/Plenum, New York-Washington (1975)', 'thermal conductivity': 'AAA Fuels handbook. ANL'}
citation}
- Type:
The literature references {property
- linearExpansionTableK = [293, 400, 500, 600, 700, 800, 900, 1000, 1100, 1136.99999, 1137, 1200, 1400, 1600, 1800]
- linearExpansionTable = [5.7e-06, 5.9e-06, 6.6e-06, 7.1e-06, 7.6e-06, 7.9e-06, 8e-06, 8.2e-06, 8.2e-06, 8.2e-06, 9e-06, 9.1e-06, 9.5e-06, 1.03e-05, 1.13e-05]
- refTempK = 298.15
- thermalConductivity(Tk=None, Tc=None)[source]
Thermal conductivity in W/mK.
Reference: AAA Fuels handbook. ANL.
- linearExpansion(Tk=None, Tc=None)[source]
Linear expansion in m/mK.
- Reference: Y.S. Touloukian, R.K. Kirby, R.E. Taylor and P.D. Desai, Thermal Expansion,
Thermophysical Properties of Matter, Vol. 12, IFI/Plenum, New York-Washington (1975)
See page 400
- linearExpansionPercent(Tk=None, Tc=None)[source]
Linear expansion in dL/L.
- Reference: Y.S. Touloukian, R.K. Kirby, R.E. Taylor and P.D. Desai, Thermal Expansion,
Thermophysical Properties of Matter, Vol. 12, IFI/Plenum, New York-Washington (1975)
See page 400
- density(Tk: float = None, Tc: float = None) float
Return density that preserves mass when thermally expanded in 3D (in g/cm^3).
Notes
Since refDens is specified at the material-dep reference case, we don’t need to specify the reference temperature. It is already consistent with linearExpansion Percent. - p*(dp/p(T) + 1) =p*( p + dp(T) )/p = p + dp(T) = p(T) - dp/p = (1-(1 + dL/L)**3)/(1 + dL/L)**3