Laminar flame speed obtained from Ravi and Petersen's correlation. More...
Public Member Functions | |
TypeName ("RaviPetersen") | |
Runtime type information. More... | |
RaviPetersen (const dictionary &, const psiuMulticomponentThermo &) | |
Construct from dictionary and psiuMulticomponentThermo. More... | |
RaviPetersen (const RaviPetersen &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~RaviPetersen () |
Destructor. More... | |
tmp< volScalarField > | operator() () const |
Return the laminar flame speed [m/s]. More... | |
void | operator= (const RaviPetersen &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from laminarFlameSpeed | |
TypeName ("laminarFlameSpeed") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, laminarFlameSpeed, dictionary,(const dictionary &dict, const psiuMulticomponentThermo &ct),(dict, ct)) | |
laminarFlameSpeed (const dictionary &, const psiuMulticomponentThermo &) | |
Construct from dictionary and psiuMulticomponentThermo. More... | |
laminarFlameSpeed (const laminarFlameSpeed &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~laminarFlameSpeed () |
Destructor. More... | |
void | operator= (const laminarFlameSpeed &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from laminarFlameSpeed | |
static autoPtr< laminarFlameSpeed > | New (const psiuMulticomponentThermo &) |
Protected Attributes inherited from laminarFlameSpeed | |
const psiuMulticomponentThermo & | psiuMulticomponentThermo_ |
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 61 of file RaviPetersen.H.
RaviPetersen | ( | const dictionary & | dict, |
const psiuMulticomponentThermo & | ct | ||
) |
Construct from dictionary and psiuMulticomponentThermo.
Definition at line 49 of file RaviPetersen.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 72 of file RaviPetersen.C.
TypeName | ( | "RaviPetersen" | ) |
Runtime type information.
|
virtual |
Return the laminar flame speed [m/s].
Implements laminarFlameSpeed.
Definition at line 293 of file RaviPetersen.C.
References Foam::dimless, Foam::dimVelocity, forAll, Foam::max(), GeometricField< Type, PatchField, GeoMesh >::New(), IOobject::NO_READ, IOobject::NO_WRITE, p, and tmp< T >::ref().
|
delete |
Disallow default bitwise assignment.