![]() |
|
Public Member Functions | |
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 () |
virtual tmp< volScalarField > | operator() () const =0 |
Return the laminar flame speed [m/s]. | |
Static Public Member Functions | |
autoPtr< laminarFlameSpeed > | New (const hhuCombustionThermo &) |
Protected Attributes | |
const hhuCombustionThermo & | hhuCombustionThermo_ |
word | fuel_ |
Fuel. | |
scalar | equivalenceRatio_ |
Equivalence ratio of a homogeneous mixture. |
|
Construct from dictionary and hhuCombustionThermo.
|
|
|
|
|
|
|
|
Return the laminar flame speed [m/s].
Implemented in constLaminarFlameSpeed, guldersEGR, and guldersLaminarFlameSpeed. |
|
Runtime type information.
|
|
Equivalence ratio of a homogeneous mixture.
Definition at line 72 of file laminarFlameSpeed.H. |
|
Fuel.
Definition at line 69 of file laminarFlameSpeed.H. |
|
Definition at line 66 of file laminarFlameSpeed.H. |