Cantera
2.0
|
Specifies the Units for all reactions. More...
#include <Reaction.h>
Public Attributes | |
int | ActEnergy |
Activation energy unit flag. | |
int | Quantity |
Moles or molecules unit flag. | |
Specifies the Units for all reactions.
The default units are Cal per gmol for the activivation units and the default number type is assumed to be gmol.
Definition at line 100 of file Reaction.h.
int ActEnergy |
Activation energy unit flag.
Definition at line 107 of file Reaction.h.
Referenced by CKParser::readReactionSection().
int Quantity |
Moles or molecules unit flag.
Definition at line 108 of file Reaction.h.
Referenced by CKParser::readReactionSection().