|
Cantera
2.1.2
|
Represents atomic nuclei. More...
#include <Nuclei.h>
Public Member Functions | |
| Nucleus (const std::string &symbol, int nP, int nN, doublereal spin) | |
| int | nProtons () |
| int | mNeutrons () |
| doublereal | spin () |
| int | multiplicity () |
| int | atomicNumber () |
| std::string | symbol () |
| bool | operator== (Nucleus &b) |
| bool | operator!= (Nucleus &b) |
| bool | isBoson () |
Protected Attributes | |
| int | m_np |
| int | m_nn |
| doublereal | m_spin |
| std::string | m_sym |
Represents atomic nuclei.
These classes only provide minimal information, and are designed only to handle nuclear statistics effects on spectra.
1.8.6