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 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 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 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.
| Gulder | ( | const dictionary & | dict, |
| const dictionary & | coeffDict, | ||
| const psiuMulticomponentThermo & | ct | ||
| ) |
Construct from dictionary and psiuMulticomponentThermo.
| TypeName | ( | "Gulder" | ) |
Runtime type information.
|
virtual |
Return the laminar flame speed [m/s].
Implements laminarFlameSpeed.
Definition at line 244 of file Gulder.C.
References Foam::dimless, and Foam::max().

|
delete |
Disallow default bitwise assignment.