Hold specie index and its coefficients in the reaction rate expression. More...
Public Member Functions | |
| specieCoeffs () | |
| specieCoeffs (const speciesTable &species, Istream &is, bool failUnknownSpecie=true) | |
| bool | operator== (const specieCoeffs &sc) const noexcept |
| bool | operator!= (const specieCoeffs &sc) const noexcept |
Public Attributes | |
| label | index |
| scalar | stoichCoeff |
| scalar | exponent |
Friends | |
| Ostream & | operator<< (Ostream &os, const specieCoeffs &sc) |
Hold specie index and its coefficients in the reaction rate expression.
Definition at line 86 of file Reaction.H.
|
inline |
Definition at line 92 of file Reaction.H.
| specieCoeffs | ( | const speciesTable & | species, |
| Istream & | is, | ||
| bool | failUnknownSpecie = true |
||
| ) |
Definition at line 188 of file Reaction.C.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::FatalIOError, FatalIOErrorInFunction, hashedWordList::find(), Foam::flatOutput(), token::info(), token::isNumber(), token::isWord(), Foam::nl, token::number(), and token::wordToken().

|
inlinenoexcept |
Definition at line 106 of file Reaction.H.
References Reaction< ReactionThermo >::specieCoeffs::index.
|
inlinenoexcept |
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 88 of file Reaction.H.
Referenced by Reaction< ReactionThermo >::specieCoeffs::operator!=(), Reaction< ReactionThermo >::specieCoeffs::operator==(), and Reaction< ReactionThermo >::reactionStr().
| scalar stoichCoeff |
Definition at line 89 of file Reaction.H.
Referenced by Reaction< ReactionThermo >::reactionStr().
| scalar exponent |
Definition at line 90 of file Reaction.H.
Referenced by Reaction< ReactionThermo >::reactionStr().