Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics. More...
Public Member Functions | |
TypeName ("irreversible") | |
Runtime type information. More... | |
IrreversibleReaction (const ReactionType< ReactionThermo > &reaction, const ReactionRate &reactionRate) | |
Construct from components. More... | |
IrreversibleReaction (const IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate > &, const speciesTable &species) | |
Construct as copy given new speciesTable. More... | |
IrreversibleReaction (const speciesTable &species, const HashPtrTable< ReactionThermo > &thermoDatabase, Istream &is) | |
Construct from Istream. More... | |
IrreversibleReaction (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 | ~IrreversibleReaction () |
Destructor. More... | |
virtual scalar | kf (const scalar p, const scalar T, const scalarField &c) const |
Forward rate constant. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
Private Member Functions | |
void | operator= (const IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate > &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
ReactionRate | k_ |
Simple extension of Reaction to handle reversible reactions using equilibrium thermodynamics.
Definition at line 55 of file IrreversibleReaction.H.
IrreversibleReaction | ( | const ReactionType< ReactionThermo > & | reaction, |
const ReactionRate & | reactionRate | ||
) |
Construct from components.
Definition at line 38 of file IrreversibleReaction.C.
IrreversibleReaction | ( | const IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate > & | irr, |
const speciesTable & | species | ||
) |
Construct as copy given new speciesTable.
Definition at line 94 of file IrreversibleReaction.C.
IrreversibleReaction | ( | const speciesTable & | species, |
const HashPtrTable< ReactionThermo > & | thermoDatabase, | ||
Istream & | is | ||
) |
Construct from Istream.
Definition at line 56 of file IrreversibleReaction.C.
IrreversibleReaction | ( | const speciesTable & | species, |
const HashPtrTable< ReactionThermo > & | thermoDatabase, | ||
const dictionary & | dict | ||
) |
Construct from dictionary.
Definition at line 75 of file IrreversibleReaction.C.
|
inlinevirtual |
Destructor.
Definition at line 158 of file IrreversibleReaction.H.
|
private |
Disallow default bitwise assignment.
TypeName | ( | "irreversible" | ) |
Runtime type information.
Construct and return a clone.
Definition at line 122 of file IrreversibleReaction.H.
|
inlinevirtual |
Construct and return a clone with new speciesTable.
Definition at line 137 of file IrreversibleReaction.H.
|
virtual |
Forward rate constant.
Definition at line 118 of file IrreversibleReaction.C.
References Foam::constant::universal::c, p, and T.
|
virtual |
Write.
Definition at line 136 of file IrreversibleReaction.C.
References write().
|
private |
Definition at line 61 of file IrreversibleReaction.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.