Laminar flame speed obtained from Gulder's correlation with EGR modelling. More...
Public Member Functions | |
TypeName ("GuldersEGR") | |
Runtime type information. More... | |
GuldersEGR (const dictionary &, const psiuReactionThermo &) | |
Construct from dictionary and psiuReactionThermo. More... | |
virtual | ~GuldersEGR () |
Destructor. More... | |
tmp< volScalarField > | operator() () const |
Return the laminar flame speed [m/s]. More... | |
Public Member Functions inherited from laminarFlameSpeed | |
TypeName ("laminarFlameSpeed") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, laminarFlameSpeed, dictionary,(const dictionary &dict, const psiuReactionThermo &ct),(dict, ct)) | |
laminarFlameSpeed (const dictionary &, const psiuReactionThermo &) | |
Construct from dictionary and psiuReactionThermo. More... | |
virtual | ~laminarFlameSpeed () |
Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from laminarFlameSpeed | |
static autoPtr< laminarFlameSpeed > | New (const psiuReactionThermo &) |
Protected Attributes inherited from laminarFlameSpeed | |
const psiuReactionThermo & | psiuReactionThermo_ |
word | fuel_ |
Fuel. More... | |
scalar | equivalenceRatio_ |
Equivalence ratio of a homogeneous mixture. More... | |
Laminar flame speed obtained from Gulder's correlation with EGR modelling.
Definition at line 50 of file GuldersEGR.H.
GuldersEGR | ( | const dictionary & | dict, |
const psiuReactionThermo & | ct | ||
) |
Construct from dictionary and psiuReactionThermo.
Definition at line 49 of file GuldersEGR.C.
|
virtual |
Destructor.
Definition at line 68 of file GuldersEGR.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), IOobject::db(), Foam::dimVelocity, Foam::exp(), forAll, DimensionedField< Type, GeoMesh >::mesh(), IOobject::NO_READ, IOobject::NO_WRITE, p, patchi, phi, Foam::pow(), pRef, tmp< T >::ref(), Foam::sqr(), IOobject::time(), and Time::timeName().
TypeName | ( | "GuldersEGR" | ) |
Runtime type information.
|
virtual |
Return the laminar flame speed [m/s].
Implements laminarFlameSpeed.
Definition at line 215 of file GuldersEGR.C.