Abstract class for laminar flame speed. More...
#include <laminarFlameSpeedModels/laminarFlameSpeed.H>
Abstract class for laminar flame speed.
Definition at line 58 of file laminarFlameSpeed.H.
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 | |
static autoPtr< laminarFlameSpeed > | New (const hhuCombustionThermo &) |
Protected Attributes | |
const hhuCombustionThermo & | hhuCombustionThermo_ |
word | fuel_ |
Fuel.
| |
scalar | equivalenceRatio_ |
Equivalence ratio of a homogeneous mixture.
|
laminarFlameSpeed | ( | const dictionary & | dict, |
const hhuCombustionThermo & | ct | ||
) |
Construct from dictionary and hhuCombustionThermo.
Definition at line 41 of file laminarFlameSpeed.C.
References dictionary::lookup().
~laminarFlameSpeed | ( | ) | [virtual]
|
Definition at line 60 of file laminarFlameSpeed.C.
TypeName | ( | "laminarFlameSpeed" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
laminarFlameSpeed | , | ||
dictionary | , | ||
(const dictionary &dict, const hhuCombustionThermo &ct) | , | ||
(dict, ct) | |||
) |
Foam::autoPtr< Foam::laminarFlameSpeed > New | ( | const hhuCombustionThermo & | ct ) | [static]
|
Definition at line 31 of file newLaminarFlameSpeed.C.
References TimePaths::constant(), IOobject::db(), Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, Foam::Info, dictionary::lookup(), basicThermo::T(), and IOobject::time().
virtual tmp<volScalarField> operator() | ( | ) | const [pure virtual]
|
Return the laminar flame speed [m/s].
Implemented in constant, Gulders, GuldersEGR, and SCOPE.
const hhuCombustionThermo& hhuCombustionThermo_ [protected]
|
Definition at line 65 of file laminarFlameSpeed.H.
Fuel.
Definition at line 68 of file laminarFlameSpeed.H.
scalar equivalenceRatio_ [protected]
|
Equivalence ratio of a homogeneous mixture.
Definition at line 71 of file laminarFlameSpeed.H.