OpenFOAM logo
Open Source CFD Toolkit

Reaction::specieCoeffs Struct Reference

List of all members.

Detailed Description

template<class ReactionThermo>
struct Foam::Reaction< ReactionThermo >::specieCoeffs

Class to hold the specie index and it's coefficients in the.

reaction rate expression

Definition at line 86 of file Reaction.H.

Public Member Functions

 specieCoeffs ()
 specieCoeffs (const speciesTable &species, Istream &is)
bool operator== (const specieCoeffs &sc) const
bool operator!= (const specieCoeffs &sc) const

Public Attributes

label index
scalar stoichCoeff
scalar exponent

Friends

Ostreamoperator<< (Ostream &os, const specieCoeffs &sc)


Constructor & Destructor Documentation

specieCoeffs  )  [inline]
 

Definition at line 92 of file Reaction.H.

References Reaction::specieCoeffs::index.

specieCoeffs const speciesTable species,
Istream is
 


Member Function Documentation

bool operator!= const specieCoeffs sc  )  const [inline]
 

Definition at line 102 of file Reaction.H.

bool operator== const specieCoeffs sc  )  const [inline]
 

Definition at line 97 of file Reaction.H.

References Reaction::specieCoeffs::index, and Reaction::specieCoeffs::stoichCoeff.


Friends And Related Function Documentation

Ostream& operator<< Ostream os,
const specieCoeffs sc
[friend]
 

Definition at line 107 of file Reaction.H.


Member Data Documentation

scalar exponent
 

Definition at line 90 of file Reaction.H.

label index
 

Definition at line 88 of file Reaction.H.

Referenced by Reaction::specieCoeffs::operator==(), and Reaction::specieCoeffs::specieCoeffs().

scalar stoichCoeff
 

Definition at line 89 of file Reaction.H.

Referenced by Reaction::specieCoeffs::operator==().


The documentation for this struct was generated from the following file:
For further information go to www.openfoam.org