88 label getNewReactionID();
static label nUnNamedReactions
Number of un-named reactions.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
combustionModel & reaction
const List< specieCoeffs > & lhs() const
Return the components of the left hand side.
Reaction base-class holding the specie names and coefficients.
const speciesTable & species() const
Return the specie list.
A class for handling words, derived from string.
void operator=(const reaction &)=delete
Disallow default bitwise assignment.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void write(Ostream &) const
Write.
const List< specieCoeffs > & rhs() const
Return the components of the right hand side.
A wordList with hashed indices for faster lookup by name.
reaction(const speciesTable &species, const List< specieCoeffs > &lhs, const List< specieCoeffs > &rhs)
Construct from components.
const word & name() const
Return the name of the reaction.
Ostream & operator<<(Ostream &, const ensightPart &)
friend Ostream & operator<<(Ostream &, const reaction &)