Abstract class for reaction rate per flame area unit. More...
#include <reactionRateFlameArea.H>


Public Member Functions | |
| 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)) | |
| reactionRateFlameArea (const word &modelType, const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel) | |
| Construct from components. | |
| virtual | ~reactionRateFlameArea () |
| const volScalarField & | omega () const |
| Access functions. | |
| virtual void | correct (const volScalarField &sigma)=0 |
| Correct omega. | |
| virtual bool | read (const dictionary &dictProperties) |
| Update from dictionary. | |
Static Public Member Functions | |
| static autoPtr< reactionRateFlameArea > | New (const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel) |
Protected Attributes | |
| dictionary | coeffDict_ |
| Dictionary. | |
| const fvMesh & | mesh_ |
| Mesh reference. | |
| const combustionModel & | combModel_ |
| Combustion model owner. | |
| word | fuel_ |
| Fuel name. | |
| volScalarField | omega_ |
| Fuel consumption rate per unit of flame area. | |
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 ) |
Construct from components.
Definition at line 34 of file reactionRateFlameArea.C.
References coeffDict_, combModel_, dict, fuel_, mesh, mesh_, omega_, and timeName.
|
virtual |
Definition at line 63 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 26 of file reactionRateFlameAreaNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, and mesh.

|
inline |
Access functions.
Return omega
Definition at line 163 of file reactionRateFlameArea.H.
References omega_.
|
pure virtual |
Correct omega.
Implemented in relaxation.
References sigma().

|
virtual |
Update from dictionary.
Reimplemented in relaxation.
Definition at line 69 of file reactionRateFlameArea.C.
Referenced by relaxation::read().

|
protected |
Definition at line 62 of file reactionRateFlameArea.H.
Referenced by reactionRateFlameArea(), and relaxation::read().
|
protected |
Mesh reference.
Definition at line 67 of file reactionRateFlameArea.H.
Referenced by reactionRateFlameArea().
|
protected |
Combustion model owner.
Definition at line 72 of file reactionRateFlameArea.H.
Referenced by relaxation::correct(), and reactionRateFlameArea().
|
protected |
Fuel name.
Definition at line 77 of file reactionRateFlameArea.H.
Referenced by reactionRateFlameArea(), read(), relaxation::read(), and relaxation::relaxation().
|
protected |
Fuel consumption rate per unit of flame area.
Definition at line 82 of file reactionRateFlameArea.H.
Referenced by relaxation::correct(), omega(), and reactionRateFlameArea().