Consumption rate per unit of flame area obtained from a relaxation equation. More...
#include <relaxation.H>


Public Member Functions | |
| TypeName ("relaxation") | |
| Runtime type information. | |
| relaxation (const word modelType, const dictionary &dictCoeffs, const fvMesh &mesh, const combustionModel &combModel) | |
| Construct from dictionary and psiReactionThermo. | |
| virtual | ~relaxation () |
| virtual void | correct (const volScalarField &sigma) |
| Correct omega. | |
| virtual bool | read (const dictionary &dictProperties) |
| Update properties from given dictionary. | |
| Public Member Functions inherited from reactionRateFlameArea | |
| 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. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from reactionRateFlameArea | |
| static autoPtr< reactionRateFlameArea > | New (const dictionary &dict, const fvMesh &mesh, const combustionModel &combModel) |
| Protected Attributes inherited from reactionRateFlameArea | |
| 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. | |
Consumption rate per unit of flame area obtained from a relaxation equation.
Definition at line 49 of file relaxation.H.
| relaxation | ( | const word | modelType, |
| const dictionary & | dictCoeffs, | ||
| const fvMesh & | mesh, | ||
| const combustionModel & | combModel ) |
Construct from dictionary and psiReactionThermo.
Definition at line 45 of file relaxation.C.
References dict, reactionRateFlameArea::fuel_, Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, and mesh.
|
virtual |
Definition at line 62 of file relaxation.C.
| TypeName | ( | "relaxation" | ) |
|
virtual |
Correct omega.
Implements reactionRateFlameArea.
Definition at line 68 of file relaxation.C.
References reactionRateFlameArea::combModel_, Foam::fvm::ddt(), dimensioned< Type >::dimensions(), Foam::dimVelocity, Foam::fvm::div(), e, Foam::mag(), reactionRateFlameArea::omega_, phi, rho, sigma(), solve(), Foam::sqr(), Foam::fvm::SuSp(), and dimensioned< Type >::value().

|
virtual |
Update properties from given dictionary.
Reimplemented from reactionRateFlameArea.
Definition at line 136 of file relaxation.C.
References reactionRateFlameArea::coeffDict_, dict, reactionRateFlameArea::fuel_, Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, and reactionRateFlameArea::read().
