armi.materials.leadBismuth module

Lead-Bismuth eutectic.

This is a great coolant for superfast neutron reactors. It’s heavy though.

The data in this file exists for testing and demonstration purposes only. Developers of ARMI applications can refer to this file for a fully worked example of an ARMI material. And this material has proven useful for testing. The data contained in this file should not be used in production simulations.

class armi.materials.leadBismuth.LeadBismuth[source]

Bases: Fluid

Lead bismuth eutectic.

propertyValidTemperature = {'density': ((400, 1300), 'K'), 'dynamic visc': ((400, 1100), 'K'), 'heat capacity': ((400, 1100), 'K'), 'thermal conductivity': ((400, 1100), 'K'), 'volumetric expansion': ((400, 1300), '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)

setDefaultMassFracs()[source]

Mass fractions.

pseudoDensity(Tk=None, Tc=None)[source]

Density in g/cc from V. sobolev/ J Nucl Mat 362 (2007) 235-247.

dynamicVisc(Tk=None, Tc=None)[source]

Dynamic viscosity in Pa-s from Sobolev.

Accessed online at: http://www.oecd-nea.org/science/reports/2007/nea6195-handbook.html on 11/9/12

heatCapacity(Tk=None, Tc=None)[source]

Heat ccapacity in J/kg/K from Sobolev. Expected accuracy 5%.

thermalConductivity(Tk=None, Tc=None)[source]

Thermal conductivity in W/m/K from Sobolev.

Accessed online at: http://www.oecd-nea.org/science/reports/2007/nea6195-handbook.html on 11/9/12

volumetricExpansion(Tk=None, Tc=None)[source]

Volumetric expansion inferred from density.

NOT BASED ON MEASUREMENT. Done by V. sobolev/ J Nucl Mat 362 (2007) 235-247

density(Tk=None, Tc=None)

Return the density at the specified temperature for 3D expansion (in g/cm^3).

Notes

For fluids, there is no such thing as 2D expansion so pseudoDensity() is already 3D.