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 uRhoMulticomponentThermo &) | |
| Construct from dictionary and uRhoMulticomponentThermo. More... | |
| RaviPetersen (const RaviPetersen &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~RaviPetersen () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Su (const volScalarField &p, const volScalarField &Tu, const volScalarField &Phi) const |
| Return the laminar flame speed [m/s]. More... | |
| virtual tmp< volScalarField > | Su (const volScalarField &p, const volScalarField &Tu, const volScalarField &Phi, const volScalarField &egr) const |
| Return the laminar flame speed [m/s]. More... | |
| void | operator= (const RaviPetersen &)=delete |
| Disallow default bitwise assignment. More... | |
| 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 uRhoMulticomponentThermo &uThermo),(dict, coeffDict, uThermo)) | |
| laminarFlameSpeed (const dictionary &, const uRhoMulticomponentThermo &) | |
| Construct from dictionary and uRhoMulticomponentThermo. More... | |
| laminarFlameSpeed (const laminarFlameSpeed &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~laminarFlameSpeed () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Su () const |
| Return the laminar flame speed [m/s]. More... | |
| void | operator= (const laminarFlameSpeed &)=delete |
| Disallow default bitwise assignment. More... | |
| 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 uRhoMulticomponentThermo &) |
| static autoPtr< laminarFlameSpeed > | New (const dictionary &, const psiuMulticomponentThermo &) |
Protected Attributes inherited from laminarFlameSpeed | |
| const uRhoMulticomponentThermo & | uThermo_ |
| const psiuMulticomponentThermo & | psiuMulticomponentThermo_ |
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.
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 uRhoMulticomponentThermo & | ct | ||
| ) |
Construct from dictionary and uRhoMulticomponentThermo.
Definition at line 49 of file RaviPetersen.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 72 of file RaviPetersen.C.
| 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.
| TypeName | ( | "RaviPetersen" | ) |
Runtime type information.
|
virtual |
Return the laminar flame speed [m/s].
Implements laminarFlameSpeed.
Definition at line 295 of file RaviPetersen.C.
References GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), GeometricField< Type, GeoMesh, PrimitiveField >::boundaryFieldRef(), Foam::dimVelocity, forAll, GeometricField< Type, GeoMesh, PrimitiveField >::New(), p, patchi, and tmp< T >::ref().

|
virtual |
Return the laminar flame speed [m/s].
including EGR effects
Implements laminarFlameSpeed.
Definition at line 340 of file RaviPetersen.C.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::type().

|
delete |
Disallow default bitwise assignment.
| TypeName | ( | "RaviPetersen" | ) |
Runtime type information.
|
virtual |
Return the laminar flame speed [m/s].
Implements laminarFlameSpeed.
Definition at line 295 of file RaviPetersen.C.
References GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), GeometricField< Type, GeoMesh, PrimitiveField >::boundaryFieldRef(), Foam::dimVelocity, Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, GeometricField< Type, GeoMesh, PrimitiveField >::New(), p, patchi, tmp< T >::ref(), and Foam::type().

|
delete |
Disallow default bitwise assignment.