Laminar flame speed obtained from Ravi and Petersen's correlation. More...


Public Member Functions | |
| TypeName ("RaviPetersen") | |
| Runtime type information. More... | |
| RaviPetersen (const dictionary &, const psiuReactionThermo &) | |
| Construct from dictionary and psiuReactionThermo. More... | |
| virtual | ~RaviPetersen () |
| 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 Ravi and Petersen's correlation.
The correlation for the laminar flame speed
is of the following form:
Where
is the equivalence ratio, and
and
are polynomial coefficients given for a number of pressure and equivalence ratio points.
Definition at line 59 of file RaviPetersen.H.
| RaviPetersen | ( | const dictionary & | dict, |
| const psiuReactionThermo & | ct | ||
| ) |
Construct from dictionary and psiuReactionThermo.
Definition at line 45 of file RaviPetersen.C.
|
virtual |
Destructor.
Definition at line 67 of file RaviPetersen.C.
| TypeName | ( | "RaviPetersen" | ) |
Runtime type information.
|
virtual |
Return the laminar flame speed [m/s].
Implements laminarFlameSpeed.
Definition at line 284 of file RaviPetersen.C.
References Foam::dimless, Foam::dimVelocity, forAll, Foam::max(), GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, p, and Foam::Zero.
