Cantera  2.0
Public Attributes | List of all members
Constituent Class Reference

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

Detailed Description

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.

Member Data Documentation

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().


The documentation for this class was generated from the following file: