Public Member Functions | Public Attributes | Friends | List of all members
Reaction< ReactionThermo >::specieCoeffs Struct Reference

Class to hold the specie index and its coefficients in the. More...

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)
 

Detailed Description

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

Class to hold the specie index and its coefficients in the.

reaction rate expression

Definition at line 91 of file Reaction.H.

Constructor & Destructor Documentation

specieCoeffs ( )
inline

Definition at line 97 of file Reaction.H.

References Reaction< ReactionThermo >::species().

Referenced by Reaction< ReactionThermo >::Reaction().

Here is the call graph for this function:

Here is the caller graph for this function:

specieCoeffs ( const speciesTable species,
Istream is 
)

Member Function Documentation

bool operator== ( const specieCoeffs sc) const
inline

Definition at line 106 of file Reaction.H.

References Reaction< ReactionThermo >::specieCoeffs::index.

bool operator!= ( const specieCoeffs sc) const
inline

Definition at line 111 of file Reaction.H.

References Reaction< ReactionThermo >::specieCoeffs::index.

Friends And Related Function Documentation

Ostream& operator<< ( Ostream os,
const specieCoeffs sc 
)
friend

Definition at line 116 of file Reaction.H.

Member Data Documentation

label index
scalar stoichCoeff

Definition at line 94 of file Reaction.H.

scalar exponent

Definition at line 95 of file Reaction.H.


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