Cantera  2.0
Classes | Namespaces | Typedefs
Species.h File Reference
#include "ckr_defs.h"
#include "Constituent.h"
#include <map>
#include <vector>
Include dependency graph for Species.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Species
 Holds species data read in from entries in the THERMO section of a chemkin or nasa9 fortran formatted input file. More...
 

Namespaces

namespace  ckr
 the namespace for the CKReader packaage
 

Typedefs

typedef std::vector< Species > speciesList
 Shorthand for a list of Species.
 
typedef std::map< std::string,
Species > 
speciesTable
 A map from species names to Species objects.