openmc.data.mass_attenuation_coefficient

openmc.data.mass_attenuation_coefficient(element)[source]

Return the photon mass attenuation coefficient as a function of energy.

The mass attenuation coefficient, \(\mu/\rho\), characterizes the attenuation of a photon beam due to interactions in a material per unit mass thickness. Values for each element are obtained from NIST Standard Reference Database 8: XCOM Photon Cross Sections Database.

Added in version 0.16.0.

Parameters:

element (str or int) – Element symbol (e.g., ‘Fe’) or atomic number (e.g., 26).

Returns:

Mass attenuation coefficient [cm^2/g] as a function of photon energy [eV], using log-log interpolation.

Return type:

Tabulated1D