Abstract class for reaction rate per flame area unit. More...
Public Member Functions | |
TypeName ("reactionRateFlameArea") | |
Runtime type information. More... | |
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) | |
Construct from components. More... | |
reactionRateFlameArea (const reactionRateFlameArea &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~reactionRateFlameArea () |
const volScalarField & | omega () const |
Access functions. More... | |
virtual void | correct (const volScalarField &sigma)=0 |
Correct omega. More... | |
virtual bool | read (const dictionary &dictProperties) |
Update from dictionary. More... | |
void | operator= (const reactionRateFlameArea &)=delete |
Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
static autoPtr< reactionRateFlameArea > | New (const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel) |
Protected Attributes | |
dictionary | coeffDict_ |
Dictionary. More... | |
const fvMesh & | mesh_ |
Mesh reference. More... | |
const combustionModel & | combModel_ |
Combustion model owner. More... | |
word | fuel_ |
Fuel name. More... | |
volScalarField | omega_ |
Fuel consumption rate per unit of flame area. More... | |
Abstract class for reaction rate per flame area unit.
Definition at line 54 of file reactionRateFlameArea.H.
reactionRateFlameArea | ( | const word & | modelType, |
const dictionary & | dict, | ||
const fvMesh & | mesh, | ||
const combustionModel & | combModel | ||
) |
Construct from components.
Definition at line 39 of file reactionRateFlameArea.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Definition at line 68 of file reactionRateFlameArea.C.
TypeName | ( | "reactionRateFlameArea" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
reactionRateFlameArea | , | ||
dictionary | , | ||
(const word modelType, const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel) | , | ||
(modelType, dict, mesh, combModel) | |||
) |
|
static |
Definition at line 30 of file reactionRateFlameAreaNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, and Foam::Info.
|
inline |
Access functions.
Return omega
Definition at line 135 of file reactionRateFlameArea.H.
References reactionRateFlameArea::omega_.
|
pure virtual |
Correct omega.
Implemented in relaxation.
|
virtual |
Update from dictionary.
Reimplemented in relaxation.
Definition at line 74 of file reactionRateFlameArea.C.
References dict, and dictionary::lookup().
Referenced by relaxation::read().
|
delete |
Disallow default bitwise assignment.
|
protected |
Definition at line 62 of file reactionRateFlameArea.H.
|
protected |
Mesh reference.
Definition at line 65 of file reactionRateFlameArea.H.
|
protected |
Combustion model owner.
Definition at line 68 of file reactionRateFlameArea.H.
|
protected |
Fuel name.
Definition at line 71 of file reactionRateFlameArea.H.
|
protected |
Fuel consumption rate per unit of flame area.
Definition at line 74 of file reactionRateFlameArea.H.
Referenced by reactionRateFlameArea::omega().