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


Public Member Functions | |
| TypeName ("RaviPetersen") | |
| Runtime type information. More... | |
| RaviPetersen (const dictionary &dict, const dictionary &coeffDict, 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 dictionary &coeffDict, const psiuMulticomponentThermo &ct),(dict, coeffDict, 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 dictionary &, const psiuMulticomponentThermo &) |
Protected Attributes inherited from laminarFlameSpeed | |
| const psiuMulticomponentThermo & | psiuMulticomponentThermo_ |
| 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 dictionary & | coeffDict, | ||
| 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 295 of file RaviPetersen.C.
References Foam::dimless, Foam::dimVelocity, Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, Foam::max(), GeometricField< Type, GeoMesh, PrimitiveField >::New(), IOobject::NO_READ, IOobject::NO_WRITE, p, tmp< T >::ref(), and Foam::type().

|
delete |
Disallow default bitwise assignment.