Abstract class for laminar flame speed. More...


Public Member Functions | |
| TypeName ("laminarFlameSpeed") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, laminarFlameSpeed, dictionary,(const dictionary &dict, const psiuReactionThermo &ct),(dict, ct)) | |
| laminarFlameSpeed (const dictionary &, const psiuReactionThermo &) | |
| Construct from dictionary and psiuReactionThermo. More... | |
| virtual | ~laminarFlameSpeed () |
| Destructor. More... | |
| virtual tmp< volScalarField > | operator() () const =0 |
| Return the laminar flame speed [m/s]. More... | |
Static Public Member Functions | |
| static autoPtr< laminarFlameSpeed > | New (const psiuReactionThermo &) |
Protected Attributes | |
| const psiuReactionThermo & | psiuReactionThermo_ |
| word | fuel_ |
| Fuel. More... | |
| scalar | equivalenceRatio_ |
| Equivalence ratio of a homogeneous mixture. More... | |
Abstract class for laminar flame speed.
Definition at line 58 of file laminarFlameSpeed.H.
| laminarFlameSpeed | ( | const dictionary & | dict, |
| const psiuReactionThermo & | ct | ||
| ) |
Construct from dictionary and psiuReactionThermo.
Definition at line 41 of file laminarFlameSpeed.C.
References dictionary::lookup().

|
virtual |
Destructor.
Definition at line 60 of file laminarFlameSpeed.C.
| TypeName | ( | "laminarFlameSpeed" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| laminarFlameSpeed | , | ||
| dictionary | , | ||
| (const dictionary &dict, const psiuReactionThermo &ct) | , | ||
| (dict, ct) | |||
| ) |
|
static |
Definition at line 31 of file laminarFlameSpeedNew.C.
References TimePaths::constant(), IOobject::db(), Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, dictionary::lookup(), Foam::nl, basicThermo::T(), and IOobject::time().

|
pure virtual |
Return the laminar flame speed [m/s].
Implemented in SCOPE, RaviPetersen, GuldersEGR, Gulders, and constant.
|
protected |
Definition at line 65 of file laminarFlameSpeed.H.
|
protected |
Fuel.
Definition at line 68 of file laminarFlameSpeed.H.
|
protected |
Equivalence ratio of a homogeneous mixture.
Definition at line 71 of file laminarFlameSpeed.H.
1.8.13