Class to hold the specie index and its coefficients in the. More...
Public Member Functions | |
specieCoeffs () | |
specieCoeffs (const speciesTable &species, Istream &is) | |
bool | operator== (const specieCoeffs &sc) const |
bool | operator!= (const specieCoeffs &sc) const |
Public Attributes | |
label | index |
scalar | stoichCoeff |
scalar | exponent |
Friends | |
Ostream & | operator<< (Ostream &os, const specieCoeffs &sc) |
Class to hold the specie index and its coefficients in the.
reaction rate expression
Definition at line 91 of file Reaction.H.
|
inline |
Definition at line 97 of file Reaction.H.
References Reaction< ReactionThermo >::species().
Referenced by Reaction< ReactionThermo >::Reaction().
specieCoeffs | ( | const speciesTable & | species, |
Istream & | is | ||
) |
Definition at line 179 of file Reaction.C.
References hashedWordList::contains(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, token::info(), token::isNumber(), token::isWord(), token::number(), Reaction< ReactionThermo >::setLRhs(), and token::wordToken().
|
inline |
Definition at line 106 of file Reaction.H.
References Reaction< ReactionThermo >::specieCoeffs::index.
|
inline |
Definition at line 111 of file Reaction.H.
References Reaction< ReactionThermo >::specieCoeffs::index.
|
friend |
Definition at line 116 of file Reaction.H.
label index |
Definition at line 93 of file Reaction.H.
Referenced by Reaction< ReactionThermo >::specieCoeffs::operator!=(), and Reaction< ReactionThermo >::specieCoeffs::operator==().
scalar stoichCoeff |
Definition at line 94 of file Reaction.H.
scalar exponent |
Definition at line 95 of file Reaction.H.