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

Represents atomic nuclei. More...

#include <Nuclei.h>

Public Member Functions

 Nucleus (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.

Definition at line 19 of file Nuclei.h.


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