Cantera 2.6.0
|
This file contains a database of atomic weights. More...
#include "cantera/thermo/Elements.h"
#include "cantera/base/stringUtils.h"
#include "cantera/base/ctexceptions.h"
Go to the source code of this file.
Classes | |
struct | atomicWeightData |
struct | isotopeWeightData |
Namespaces | |
namespace | Cantera |
Namespace for the Cantera kernel. | |
Functions | |
double | getElementWeight (const std::string &ename) |
Get the atomic weight of an element. More... | |
double | getElementWeight (int atomicNumber) |
Get the atomic weight of an element. More... | |
std::string | getElementSymbol (const std::string &ename) |
Get the symbol for an element. More... | |
std::string | getElementSymbol (int atomicNumber) |
Get the symbol for an element. More... | |
std::string | getElementName (const std::string &ename) |
Get the name of an element. More... | |
std::string | getElementName (int atomicNumber) |
Get the name of an element. More... | |
int | getAtomicNumber (const std::string &ename) |
Get the atomic number for an element. More... | |
int | numElementsDefined () |
Get the number of named elements defined in Cantera. More... | |
int | numIsotopesDefined () |
Get the number of named isotopes defined in Cantera. More... | |
Variables | |
static struct atomicWeightData | atomicWeightTable [] |
atomicWeightTable is a vector containing the atomic weights database. More... | |
static struct isotopeWeightData | isotopeWeightTable [] |
isotopeWeightTable is a vector containing the atomic weights database. More... | |
This file contains a database of atomic weights.
Definition in file Elements.cpp.