Cantera
2.0
|
This file contains a database of atomic weights. More...
#include "cantera/thermo/Elements.h"
#include "cantera/base/xml.h"
#include "cantera/base/ctml.h"
#include "cantera/base/ctexceptions.h"
#include "cantera/base/stringUtils.h"
#include <cstdlib>
Go to the source code of this file.
Classes | |
struct | awData |
class | ElementsFrozen |
Exception class to indicate a fixed set of elements. More... | |
Namespaces | |
namespace | Cantera |
Provides class Nucleus. | |
Functions | |
doublereal | LookupWtElements (const std::string &ename) |
Function to look up an atomic weight This function looks up the argument string in the database above and returns the associated molecular weight. | |
Variables | |
static struct awData | aWTable [] |
aWTable is a vector containing the atomic weights database. | |
This file contains a database of atomic weights.
Definition in file Elements.cpp.