|
Celeritas 0.7.0-dev.196+develop.8d0d9047c
|
Store element data. More...
#include <ImportElement.hh>
Public Types | |
Type aliases | |
| using | IsotopeIndex = unsigned int |
| using | IsotopeFrac = std::pair< IsotopeIndex, double > |
| using | VecIsotopeFrac = std::vector< IsotopeFrac > |
Public Attributes | |
| std::string | name |
| int | atomic_number {} |
| double | atomic_mass {} |
| [amu] | |
| VecIsotopeFrac | isotopes_fractions |
| Isotopic fractional abundance. | |
Store element data.
IsotopeIndex maps the isotope in the ImportData::isotopes vector.