Abstract class for reaction rate per flame area unit. More...
Public Member Functions | |
TypeName ("reactionRateFlameArea") | |
declareRunTimeSelectionTable (autoPtr, reactionRateFlameArea, dictionary,(const word modelType, const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel),(modelType, dict, mesh, combModel)) | |
reactionRateFlameArea (const word &modelType, const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel) | |
virtual | ~reactionRateFlameArea () |
const volScalarField & | omega () const |
virtual void | correct (const volScalarField &sigma)=0 |
virtual bool | read (const dictionary &dictProperties) |
Static Public Member Functions | |
static autoPtr< reactionRateFlameArea > | New (const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel) |
Protected Attributes | |
dictionary | coeffDict_ |
const fvMesh & | mesh_ |
const combustionModel & | combModel_ |
word | fuel_ |
volScalarField | omega_ |
Abstract class for reaction rate per flame area unit.
Definition at line 52 of file reactionRateFlameArea.H.
reactionRateFlameArea | ( | const word & | modelType, |
const dictionary & | dict, | ||
const fvMesh & | mesh, | ||
const combustionModel & | combModel | ||
) |
Definition at line 35 of file reactionRateFlameArea.C.
|
virtual |
Definition at line 63 of file reactionRateFlameArea.C.
TypeName | ( | "reactionRateFlameArea" | ) |
declareRunTimeSelectionTable | ( | autoPtr | , |
reactionRateFlameArea | , | ||
dictionary | , | ||
(const word modelType, const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel) | , | ||
(modelType, dict, mesh, combModel) | |||
) |
|
static |
Definition at line 27 of file reactionRateFlameAreaNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, and mesh.
|
inline |
Definition at line 141 of file reactionRateFlameArea.H.
References reactionRateFlameArea::omega_.
|
pure virtual |
Implemented in relaxation.
|
virtual |
Reimplemented in relaxation.
Definition at line 69 of file reactionRateFlameArea.C.
References dict, and dictionary::readEntry().
Referenced by relaxation::read().
|
protected |
Definition at line 60 of file reactionRateFlameArea.H.
|
protected |
Definition at line 63 of file reactionRateFlameArea.H.
|
protected |
Definition at line 66 of file reactionRateFlameArea.H.
|
protected |
Definition at line 69 of file reactionRateFlameArea.H.
|
protected |
Definition at line 72 of file reactionRateFlameArea.H.
Referenced by reactionRateFlameArea::omega().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.