Laminar flame speed obtained from Gulder's correlation with EGR modelling. More...
#include <laminarFlameSpeedModels/GuldersEGR.H>
Laminar flame speed obtained from Gulder's correlation with EGR modelling.
Definition at line 51 of file GuldersEGR.H.
Inheritance diagram for GuldersEGR:
Collaboration diagram for GuldersEGR:Public Member Functions | |
| TypeName ("GuldersEGR") | |
| Runtime type information. | |
| GuldersEGR (const dictionary &, const hhuCombustionThermo &) | |
| Construct from dictionary and hhuCombustionThermo. | |
| ~GuldersEGR () | |
| tmp< volScalarField > | operator() () const |
| Return the laminar flame speed [m/s]. | |
Public Member Functions inherited from laminarFlameSpeed | |
| TypeName ("laminarFlameSpeed") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, laminarFlameSpeed, dictionary,(const dictionary &dict, const hhuCombustionThermo &ct),(dict, ct)) | |
| laminarFlameSpeed (const dictionary &, const hhuCombustionThermo &) | |
| Construct from dictionary and hhuCombustionThermo. | |
| virtual | ~laminarFlameSpeed () |
Additional Inherited Members | |
Static Public Member Functions inherited from laminarFlameSpeed | |
| static autoPtr< laminarFlameSpeed > | New (const hhuCombustionThermo &) |
Protected Attributes inherited from laminarFlameSpeed | |
| const hhuCombustionThermo & | hhuCombustionThermo_ |
| word | fuel_ |
| Fuel. | |
| scalar | equivalenceRatio_ |
| Equivalence ratio of a homogeneous mixture. | |
| GuldersEGR | ( | const dictionary & | dict, |
| const hhuCombustionThermo & | ct | ||
| ) |
Construct from dictionary and hhuCombustionThermo.
Definition at line 49 of file GuldersEGR.C.
| ~GuldersEGR | ( | ) |
Definition at line 68 of file GuldersEGR.C.
| TypeName | ( | "GuldersEGR" | ) |
Runtime type information.
|
virtual |
Return the laminar flame speed [m/s].
Implements laminarFlameSpeed.
Definition at line 209 of file GuldersEGR.C.