Simple extension of Reaction to handle irreversible reactions. 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, 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 scalar | kr (const scalar kfwd, const scalar p, const scalar T, const scalarField &c) const |
| Reverse rate constant from the given forward rate constant. More... | |
| virtual scalar | kr (const scalar p, const scalar T, const scalarField &c) const |
| Reverse rate constant. More... | |
| virtual scalar | dkfdT (const scalar p, const scalar T, const scalarField &c) const |
| Temperature derivative of forward rate. More... | |
| virtual scalar | dkrdT (const scalar p, const scalar T, const scalarField &c, const scalar dkfdT, const scalar kr) const |
| Temperature derivative of reverse rate. More... | |
| virtual const List< Tuple2< label, scalar > > & | beta () const |
| Third-body efficiencies (beta = 1-alpha) More... | |
| virtual void | dcidc (const scalar p, const scalar T, const scalarField &c, scalarField &dcidc) const |
| Species concentration derivative of the pressure dependent term. More... | |
| virtual scalar | dcidT (const scalar p, const scalar T, const scalarField &c) const |
| Temperature derivative of the pressure dependent term. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
Simple extension of Reaction to handle irreversible reactions.
Definition at line 54 of file IrreversibleReaction.H.
| IrreversibleReaction | ( | const ReactionType< ReactionThermo > & | reaction, |
| const ReactionRate & | reactionRate | ||
| ) |
Construct from components.
Definition at line 38 of file IrreversibleReaction.C.
Referenced by IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::IrreversibleReaction().

| IrreversibleReaction | ( | const IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate > & | irr, |
| const speciesTable & | species | ||
| ) |
Construct as copy given new speciesTable.
Definition at line 75 of file IrreversibleReaction.C.
| IrreversibleReaction | ( | const speciesTable & | species, |
| const HashPtrTable< ReactionThermo > & | thermoDatabase, | ||
| const dictionary & | dict | ||
| ) |
Construct from dictionary.
Definition at line 56 of file IrreversibleReaction.C.
References IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::IrreversibleReaction().

|
inlinevirtual |
Destructor.
Definition at line 149 of file IrreversibleReaction.H.
References IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::beta(), Foam::constant::universal::c, IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::dcidc(), IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::dcidT(), IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::dkfdT(), IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::dkrdT(), IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::kf(), IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::kr(), p, Foam::T(), and IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::write().

| TypeName | ( | "irreversible" | ) |
Runtime type information.
Construct and return a clone.
Definition at line 113 of file IrreversibleReaction.H.
|
inlinevirtual |
Construct and return a clone with new speciesTable.
Definition at line 128 of file IrreversibleReaction.H.
|
virtual |
Forward rate constant.
Definition at line 99 of file IrreversibleReaction.C.
Referenced by IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::~IrreversibleReaction().

|
virtual |
Reverse rate constant from the given forward rate constant.
Returns 0
Definition at line 121 of file IrreversibleReaction.C.
Referenced by IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::~IrreversibleReaction().

|
virtual |
|
virtual |
Temperature derivative of forward rate.
Definition at line 166 of file IrreversibleReaction.C.
Referenced by IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::~IrreversibleReaction().

|
virtual |
Temperature derivative of reverse rate.
Returns 0
Definition at line 188 of file IrreversibleReaction.C.
Referenced by IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::~IrreversibleReaction().

|
virtual |
Third-body efficiencies (beta = 1-alpha)
non-empty only for third-body reactions with enhanced molecularity (alpha != 1)
Definition at line 212 of file IrreversibleReaction.C.
Referenced by IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::~IrreversibleReaction().

|
virtual |
Species concentration derivative of the pressure dependent term.
By default this value is 1 as it multiplies the third-body term
Definition at line 230 of file IrreversibleReaction.C.
References IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::dcidc().
Referenced by IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::dcidc(), and IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::~IrreversibleReaction().


|
virtual |
Temperature derivative of the pressure dependent term.
By default this value is 0 since ddT of molecularity is approx.0
Definition at line 253 of file IrreversibleReaction.C.
References IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::dcidT(), and IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::write().
Referenced by IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::dcidT(), and IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::~IrreversibleReaction().


|
virtual |
Write.
Definition at line 271 of file IrreversibleReaction.C.
References Foam::blockMeshTools::write().
Referenced by IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::dcidT(), and IrreversibleReaction< ReactionType, ReactionThermo, ReactionRate >::~IrreversibleReaction().


1.8.13