37 #ifndef solidReaction_H 38 #define solidReaction_H 49 template<
class ReactionThermo>
52 template<
class ReactionThermo>
53 inline Ostream& operator<<(Ostream&, const solidReaction<ReactionThermo>&);
59 template<
class ReactionThermo>
187 friend Ostream& operator<< <ReactionThermo>
virtual void write(Ostream &) const
Write.
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...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
virtual autoPtr< Reaction< ReactionThermo > > clone() const
Construct and return a clone.
virtual ~solidReaction()
Destructor.
Class to hold the specie index and its coefficients in the.
Simple extension of ReactionThermo to handle reaction kinetics in addition to the equilibrium thermod...
virtual const List< specieCoeffs > & grhs() const
solidReaction(const Reaction< ReactionThermo > &reaction, const speciesTable &pyrolisisGases, const List< specieCoeffs > &glhs, const List< specieCoeffs > &grhs)
Construct from components.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Read solid reactions of the type S1 = S2 + G1.
A wordList with hashed indices for faster lookup by name.
Info<< "Creating reaction model\n"<< endl;autoPtr< combustionModels::psiCombustionModel > reaction(combustionModels::psiCombustionModel::New(mesh))
virtual const List< specieCoeffs > & glhs() const
virtual const speciesTable & gasSpecies() const
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
TypeName("SolidReaction")
Runtime type information.
const speciesTable & species() const
Output to memory buffer stream.