Cantera  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions | Variables
Elements.cpp File Reference

This file contains a database of atomic weights. More...

#include "cantera/thermo/Elements.h"
#include "cantera/base/ctml.h"
#include "cantera/base/stringUtils.h"
Include dependency graph for Elements.cpp:

Go to the source code of this file.

Classes

struct  awData
 
class  ElementsFrozen
 Exception class to indicate a fixed set of elements. More...
 

Namespaces

 Cantera
 Namespace for the Cantera kernel.
 

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. More...
 

Variables

static struct awData aWTable []
 aWTable is a vector containing the atomic weights database. More...
 

Detailed Description

This file contains a database of atomic weights.

Definition in file Elements.cpp.