Consumption rate per unit of flame area obtained from a relaxation equation. More...
Public Member Functions | |
TypeName ("relaxation") | |
Runtime type information. More... | |
relaxation (const word modelType, const dictionary &dictCoeffs, const fvMesh &mesh, const combustionModel &combModel) | |
Construct from dictionary, mesh and combustion model. More... | |
relaxation (const relaxation &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~relaxation () |
virtual void | correct (const volScalarField &sigma) |
Correct omega. More... | |
virtual bool | read (const dictionary &dictProperties) |
Update properties from given dictionary. More... | |
void | operator= (const relaxation &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from reactionRateFlameArea | |
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... | |
void | operator= (const reactionRateFlameArea &)=delete |
Disallow default bitwise assignment. More... | |
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. 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... | |
Consumption rate per unit of flame area obtained from a relaxation equation.
Definition at line 51 of file relaxation.H.
relaxation | ( | const word | modelType, |
const dictionary & | dictCoeffs, | ||
const fvMesh & | mesh, | ||
const combustionModel & | combModel | ||
) |
Construct from dictionary, mesh and combustion model.
Definition at line 50 of file relaxation.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Definition at line 70 of file relaxation.C.
TypeName | ( | "relaxation" | ) |
Runtime type information.
|
virtual |
Correct omega.
Implements reactionRateFlameArea.
Definition at line 76 of file relaxation.C.
References Foam::fvm::ddt(), dimensioned< Type >::dimensions(), Foam::dimVelocity, Foam::fvm::div(), Foam::e, Foam::mag(), rho, Foam::constant::physicoChemical::sigma, Foam::solve(), Foam::sqr(), Foam::fvm::SuSp(), and turbulence().
|
virtual |
Update properties from given dictionary.
Reimplemented from reactionRateFlameArea.
Definition at line 148 of file relaxation.C.
References dict, and reactionRateFlameArea::read().
|
delete |
Disallow default bitwise assignment.