Cantera
2.0
|
A class for components of a composite object. More...
#include <Constituent.h>
Public Attributes | |
std::string | name |
The name of the object. | |
double | number |
The number of units (molecules, etc.). | |
A class for components of a composite object.
The only members are a string identifying the component, and a double specifying the amount.
Definition at line 23 of file Constituent.h.
std::string name |
The name of the object.
Definition at line 26 of file Constituent.h.
Referenced by ckr::addElement().
double number |
The number of units (molecules, etc.).
Definition at line 27 of file Constituent.h.
Referenced by ckr::addElement().