FreeFOAM The Cross-Platform CFD Toolkit
Reaction< ReactionThermo >::specieCoeffs Struct Reference

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

#include <src/thermophysicalModels/specie/reaction/Reactions_/Reaction/Reaction.H>


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 76 of file Reaction.H.

List of all members.

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 82 of file Reaction.H.


Member Function Documentation

bool operator== ( const specieCoeffs sc) const
inline

Definition at line 91 of file Reaction.H.

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

bool operator!= ( const specieCoeffs sc) const
inline

Definition at line 96 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 101 of file Reaction.H.


Member Data Documentation

scalar stoichCoeff

Definition at line 79 of file Reaction.H.

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

scalar exponent

Definition at line 80 of file Reaction.H.

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


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