Constant laminar flame speed model. More...
#include <laminarFlameSpeedModels/constant.H>
Constant laminar flame speed model.
Definition at line 51 of file constant.H.
Public Member Functions | |
TypeName ("constant") | |
Runtime type information. | |
constant (const dictionary &, const hhuCombustionThermo &) | |
Construct from dictionary and hhuCombustionThermo. | |
~constant () | |
tmp< volScalarField > | operator() () const |
Return the laminar flame speed [m/s]. | |
![]() | |
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 autoPtr< laminarFlameSpeed > | New (const hhuCombustionThermo &) |
![]() | |
const hhuCombustionThermo & | hhuCombustionThermo_ |
word | fuel_ |
Fuel. | |
scalar | equivalenceRatio_ |
Equivalence ratio of a homogeneous mixture. |
constant | ( | const dictionary & | dict, |
const hhuCombustionThermo & | ct | ||
) |
Construct from dictionary and hhuCombustionThermo.
Definition at line 50 of file constant.C.
~constant | ( | ) |
Definition at line 63 of file constant.C.
TypeName | ( | "constant" | ) |
Runtime type information.
|
virtual |
Return the laminar flame speed [m/s].
Implements laminarFlameSpeed.
Definition at line 70 of file constant.C.
References IOobject::NO_READ, and IOobject::NO_WRITE.