A table of atomic weights for all the elements. More...
#include <specie/atomicWeights.H>
A table of atomic weights for all the elements.
Definition at line 50 of file atomicWeights.H.
Classes | |
struct | atomicWeight |
Structure to hold the element name and atomic weight pair. More...
| |
Public Member Functions | |
atomicWeightTable () | |
Construct from atomicWeights_.
| |
Static Public Attributes | |
static const int | nElements = 103 |
static const atomicWeight | atomicWeights [nElements] |
Static table of the weights of all known elements.
|
Construct from atomicWeights_.
Definition at line 141 of file atomicWeights.C.
References atomicWeightTable::atomicWeights, HashTable< scalar >::insert(), Foam::name(), and atomicWeightTable::nElements.
const int nElements = 103 [static]
|
Definition at line 66 of file atomicWeights.H.
Referenced by atomicWeightTable::atomicWeightTable().
const Foam::atomicWeightTable::atomicWeight atomicWeights [static]
|
Static table of the weights of all known elements.
Definition at line 69 of file atomicWeights.H.
Referenced by atomicWeightTable::atomicWeightTable().