Laminar flame speed obtained from Gulder's correlation. More...


Public Member Functions | |
| TypeName ("Gulder") | |
| Runtime type information. More... | |
| Gulder (const dictionary &dict, const dictionary &coeffDict, const uRhoMulticomponentThermo &) | |
| Construct from dictionary and uRhoMulticomponentThermo. More... | |
| Gulder (const Gulder &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~Gulder () |
| 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 Gulder &)=delete |
| Disallow default bitwise assignment. More... | |
| TypeName ("Gulder") | |
| Runtime type information. More... | |
| Gulder (const dictionary &dict, const dictionary &coeffDict, const psiuMulticomponentThermo &) | |
| Construct from dictionary and psiuMulticomponentThermo. More... | |
| Gulder (const Gulder &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~Gulder () |
| Destructor. More... | |
| tmp< volScalarField > | operator() () const |
| Return the laminar flame speed [m/s]. More... | |
| void | operator= (const Gulder &)=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 Gulder's correlation.
with optional support for EGR (exhaust gas recirculation) if the egr mass-fraction field is available.
Reference:
Gülder, Ö. L. (1984).
Correlations of laminar combustion data for alternative SI engine fuels
(No. 841000). SAE technical paper.
Note: the EGR f coefficient multiplies the egr mass-fraction, not the mole-fraction as stated in the paper so must be set accordingly.
with optional support for EGR (exhaust gas recirculation) if the egr mass-fraction field is available.
Reference:
Gülder, Ö. L. (1984).
Correlations of laminar combustion data for alternative SI engine fuels
(No. 841000). SAE technical paper.
Note: the EGR f coefficient multiplies the egr mass-fraction, not the mole-fraction as stated in the paper so must be set accordingly.
Definition at line 63 of file Gulder_laminarFlameSpeed.H.
| Gulder | ( | const dictionary & | dict, |
| const dictionary & | coeffDict, | ||
| const uRhoMulticomponentThermo & | ct | ||
| ) |
Construct from dictionary and uRhoMulticomponentThermo.
Definition at line 49 of file Gulder_laminarFlameSpeed.C.
|
virtual |
Destructor.
Definition at line 69 of file Gulder_laminarFlameSpeed.C.
| Gulder | ( | const dictionary & | dict, |
| const dictionary & | coeffDict, | ||
| const psiuMulticomponentThermo & | ct | ||
| ) |
Construct from dictionary and psiuMulticomponentThermo.
|
virtual |
Destructor.
| TypeName | ( | "Gulder" | ) |
Runtime type information.
|
virtual |
Return the laminar flame speed [m/s].
Implements laminarFlameSpeed.
Definition at line 110 of file Gulder_laminarFlameSpeed.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 155 of file Gulder_laminarFlameSpeed.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().

|
delete |
Disallow default bitwise assignment.
| TypeName | ( | "Gulder" | ) |
Runtime type information.
|
virtual |
Return the laminar flame speed [m/s].
Implements laminarFlameSpeed.
|
delete |
Disallow default bitwise assignment.