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

FallOffReactionRate< ReactionRate, FallOffFunction > Class Template Reference

General class for handling unimolecular/recombination fall-off reactions. More...

#include <specie/FallOffReactionRate.H>


Detailed Description

template<class ReactionRate, class FallOffFunction>
class Foam::FallOffReactionRate< ReactionRate, FallOffFunction >

General class for handling unimolecular/recombination fall-off reactions.

Source files

Definition at line 63 of file FallOffReactionRate.H.

Collaboration diagram for FallOffReactionRate< ReactionRate, FallOffFunction >:

List of all members.

Public Member Functions

 FallOffReactionRate (const ReactionRate &k0, const ReactionRate &kInf, const FallOffFunction &F, const thirdBodyEfficiencies &tbes)
 Construct from components.
 FallOffReactionRate (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 FallOffReactionRate< ReactionRate, FallOffFunction > &)

Constructor & Destructor Documentation

FallOffReactionRate ( const ReactionRate &   k0,
const ReactionRate &   kInf,
const FallOffFunction &   F,
const thirdBodyEfficiencies &   tbes  
) [inline]

Construct from components.

Definition at line 36 of file FallOffReactionRateI.H.

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

Construct from Istream.

Definition at line 53 of file FallOffReactionRateI.H.

References Istream::readEnd().


Member Function Documentation

static word type (  ) [inline, static]

Return the type name.

Definition at line 97 of file FallOffReactionRate.H.

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

Definition at line 71 of file FallOffReactionRateI.H.

References p, Pr(), and Foam::T().


Friends And Related Function Documentation

Ostream& operator ( Ostream &   ,
const FallOffReactionRate< ReactionRate, FallOffFunction > &    
) [friend]

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