armi.materials.tZM module¶
TZM
-
class
armi.materials.tZM.
TZM
[source]¶ Bases:
armi.materials.material.Material
-
name
= 'TZM'¶
-
references
= {'linear expansion percent': 'Report on the Mechanical and Thermal Properties of Tungsten and TZM Sheet Produced in the Refractory Metal Sheet Rolling Program, Part 1 to Bureau of Naval Weapons Contract No. N600(19)-59530, Southern Research Institute'}¶
-
temperatureC
= [21.11, 456.11, 574.44, 702.22, 840.56, 846.11, 948.89, 1023.89, 1146.11, 1287.78, 1382.22]¶
-
percentThermalExpansion
= [0, 0.16, 0.203, 0.253, 0.303, 0.303, 0.342, 0.366, 0.421, 0.468, 0.504]¶
-
density
(Tk=None, Tc=None)[source]¶ Return density that preserves mass when thermally expanded in 2D.
Warning
This density will not agree with the component density since this method only expands in 2 dimensions. The component has been manually expanded axially with the manually entered block hot height. The density returned by this should be a factor of 1 + dLL higher than the density on the component. density3 should be in agreement at both cold and hot temperatures as long as the block height is correct for the specified temperature. In the case of Fluids, density and density3 are the same as density is not driven by linear expansion, but rather an exilicit density function dependent on Temperature. linearExpansionPercent is zero for a fluid.
See also
armi.materials.density3()
component density should be in agreement with this density
armi.reactor.blueprints._applyBlockDesign()
2D expansion and axial density reduction occurs here.
-
linearExpansionPercent
(Tk=None, Tc=None)[source]¶ return linear expansion in %dL/L from interpolation of tabular data.
This function is used to expand a material from its reference temperature (21C) to a particular hot temperature.
- Parameters
Tk (float) – temperature in K
Tc (float) – temperature in C
Source (Report on the Mechanical and Thermal Properties of Tungsten and TZM Sheet Produced ) – in the Refractory Metal Sheet Rolling Program, Part 1 to Bureau of Naval Weapons Contract No. N600(19)-59530, 1966 Southern Research Institute.
Table viii-b, Appendix B, page 181. (See) –
-
paramCollectionType
¶ alias of
armi.reactor.parameters.parameterCollections.MaterialParameterCollection
-