Read solid reactions of the type S1 = S2 + G1. More...
Public Member Functions | |
| TypeName ("SolidReaction") | |
| Runtime type information. More... | |
| solidReaction (const Reaction< ReactionThermo > &reaction, const speciesTable &pyrolisisGases, const List< specieCoeffs > &glhs, const List< specieCoeffs > &grhs) | |
| Construct from components. More... | |
| solidReaction (const solidReaction< ReactionThermo > &, const speciesTable &pyrolisisGases) | |
| Construct as copy given new speciesTable. More... | |
| solidReaction (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, const dictionary &dict) | |
| Construct from dictionary. More... | |
| virtual autoPtr< Reaction< ReactionThermo > > | clone () const |
| Construct and return a clone. More... | |
| virtual autoPtr< Reaction< ReactionThermo > > | clone (const speciesTable &species) const |
| Construct and return a clone with new speciesTable. More... | |
| virtual | ~solidReaction ()=default |
| Destructor. More... | |
| virtual const List< specieCoeffs > & | grhs () const |
| Access to gas components of the reaction. More... | |
| virtual const List< specieCoeffs > & | glhs () const |
| virtual const speciesTable & | gasSpecies () const |
| Access to gas specie list. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
Friends | |
| Ostream & | operator (Ostream &, const solidReaction< ReactionThermo > &) |
Read solid reactions of the type S1 = S2 + G1.
Definition at line 52 of file solidReaction.H.
| solidReaction | ( | const Reaction< ReactionThermo > & | reaction, |
| const speciesTable & | pyrolisisGases, | ||
| const List< specieCoeffs > & | glhs, | ||
| const List< specieCoeffs > & | grhs | ||
| ) |
Construct from components.
Definition at line 37 of file solidReaction.C.
| solidReaction | ( | const solidReaction< ReactionThermo > & | r, |
| const speciesTable & | pyrolisisGases | ||
| ) |
Construct as copy given new speciesTable.
Definition at line 53 of file solidReaction.C.
| solidReaction | ( | const speciesTable & | species, |
| const HashPtrTable< ReactionThermo > & | thermoDatabase, | ||
| const dictionary & | dict | ||
| ) |
|
virtualdefault |
Destructor.
| TypeName | ( | "SolidReaction" | ) |
Runtime type information.
Construct and return a clone.
Definition at line 135 of file solidReaction.H.
|
inlinevirtual |
Construct and return a clone with new speciesTable.
Definition at line 145 of file solidReaction.H.
|
virtual |
Access to gas components of the reaction.
Definition at line 100 of file solidReaction.C.
|
virtual |
Definition at line 92 of file solidReaction.C.
|
virtual |
Access to gas specie list.
Definition at line 108 of file solidReaction.C.
|
virtual |
Write.
Definition at line 115 of file solidReaction.C.
References reaction, and Ostream::writeEntry().
|
friend |