openmc.lib.Nuclide

class openmc.lib.Nuclide(index)[source]

Nuclide stored internally.

This class exposes a nuclide that is stored internally in the OpenMC solver. To obtain a view of a nuclide with a given name, use the openmc.lib.nuclides mapping.

Parameters:index (int) – Index in the nuclides array.
Variables:name (str) – Name of the nuclide, e.g. ‘U235’