Class to hold the specie index and its coefficients in the. More...
#include <src/thermophysicalModels/specie/reaction/Reactions_/Reaction/Reaction.H>
Class to hold the specie index and its coefficients in the.
reaction rate expression
Definition at line 76 of file Reaction.H.
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) |
| specieCoeffs | ( | ) | [inline]
|
Definition at line 82 of file Reaction.H.
| specieCoeffs | ( | const speciesTable & | species, |
| Istream & | is | ||
| ) |
Definition at line 105 of file Reaction.C.
References Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, token::info(), token::isNumber(), token::isWord(), token::number(), and token::wordToken().
| bool operator== | ( | const specieCoeffs & | sc ) | const [inline]
|
Definition at line 91 of file Reaction.H.
References Reaction< ReactionThermo >::specieCoeffs::index.
| bool operator!= | ( | const specieCoeffs & | sc ) | const [inline]
|
Definition at line 96 of file Reaction.H.
References Reaction< ReactionThermo >::specieCoeffs::index.
| Ostream& operator<< | ( | Ostream & | os, |
| const specieCoeffs & | sc | ||
| ) | [friend]
|
Definition at line 101 of file Reaction.H.
| label index |
Definition at line 78 of file Reaction.H.
Referenced by Reaction< ReactionThermo >::specieCoeffs::operator!=(), Reaction< ReactionThermo >::specieCoeffs::operator==(), and Reaction< ReactionThermo >::write().
| scalar stoichCoeff |
Definition at line 79 of file Reaction.H.
Referenced by Reaction< ReactionThermo >::write().
| scalar exponent |
Definition at line 80 of file Reaction.H.
Referenced by Reaction< ReactionThermo >::write().