Cantera  2.1.2
Public Member Functions | Protected Attributes | List of all members
Nucleus Class Reference

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
 

Detailed Description

Represents atomic nuclei.

These classes only provide minimal information, and are designed only to handle nuclear statistics effects on spectra.

Deprecated:
incomplete / abandoned

Definition at line 21 of file Nuclei.h.


The documentation for this class was generated from the following file: