FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction > Class Template Reference

General class for handling chemically-activated bimolecular reactions. More...

#include <specie/ChemicallyActivatedReactionRate.H>


Detailed Description

template<class ReactionRate, class ChemicallyActivationFunction>
class Foam::ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction >

General class for handling chemically-activated bimolecular reactions.

Source files

Definition at line 64 of file ChemicallyActivatedReactionRate.H.

Collaboration diagram for ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction >:

List of all members.

Public Member Functions

 ChemicallyActivatedReactionRate (const ReactionRate &k0, const ReactionRate &kInf, const ChemicallyActivationFunction &F, const thirdBodyEfficiencies &tbes)
 Construct from components.
 ChemicallyActivatedReactionRate (const speciesTable &species, Istream &is)
 Construct from Istream.
scalar  operator() (const scalar T, const scalar p, const scalarField &c) const

Static Public Member Functions

static word  type ()
 Return the type name.

Friends

Ostream &  operator (Ostream &, const ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction > &)

Constructor & Destructor Documentation

ChemicallyActivatedReactionRate ( const ReactionRate &   k0,
const ReactionRate &   kInf,
const ChemicallyActivationFunction &   F,
const thirdBodyEfficiencies &   tbes  
) [inline]

Construct from components.

Definition at line 38 of file ChemicallyActivatedReactionRateI.H.

ChemicallyActivatedReactionRate ( const speciesTable &   species,
Istream &   is  
) [inline]

Construct from Istream.

Definition at line 57 of file ChemicallyActivatedReactionRateI.H.

References Istream::readEnd().


Member Function Documentation

static word type (  ) [inline, static]

Return the type name.

Definition at line 98 of file ChemicallyActivatedReactionRate.H.

scalar operator() ( const scalar   T,
const scalar   p,
const scalarField &   c  
) const [inline]

Definition at line 76 of file ChemicallyActivatedReactionRateI.H.

References Pr().


Friends And Related Function Documentation

Ostream& operator ( Ostream &   ,
const ChemicallyActivatedReactionRate< ReactionRate, ChemicallyActivationFunction > &    
) [friend]

The documentation for this class was generated from the following files: