Abstract class for laminar flame speed. More...
#include <laminarFlameSpeed.H>


Public Member Functions | |
| TypeName ("laminarFlameSpeed") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, laminarFlameSpeed, dictionary,(const dictionary &dict, const psiuReactionThermo &ct),(dict, ct)) | |
| laminarFlameSpeed (const dictionary &, const psiuReactionThermo &) | |
| Construct from dictionary and psiuReactionThermo. | |
| virtual | ~laminarFlameSpeed () |
| Destructor. | |
| virtual tmp< volScalarField > | operator() () const =0 |
| Return the laminar flame speed [m/s]. | |
Static Public Member Functions | |
| static autoPtr< laminarFlameSpeed > | New (const psiuReactionThermo &) |
Protected Attributes | |
| const psiuReactionThermo & | psiuReactionThermo_ |
| word | fuel_ |
| Fuel. | |
| scalar | equivalenceRatio_ |
| Equivalence ratio of a homogeneous mixture. | |
Abstract class for laminar flame speed.
Definition at line 57 of file laminarFlameSpeed.H.
| laminarFlameSpeed | ( | const dictionary & | dict, |
| const psiuReactionThermo & | ct ) |
Construct from dictionary and psiuReactionThermo.
Definition at line 36 of file laminarFlameSpeed.C.
References dict, equivalenceRatio_, fuel_, and psiuReactionThermo_.
|
virtual |
Destructor.
Definition at line 56 of file laminarFlameSpeed.C.
| TypeName | ( | "laminarFlameSpeed" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| laminarFlameSpeed | , | ||
| dictionary | , | ||
| (const dictionary &dict, const psiuReactionThermo &ct) | , | ||
| (dict, ct) | ) |
References dict.
|
static |
Definition at line 26 of file laminarFlameSpeedNew.C.
References TimePaths::constant(), IOobject::db(), Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, dictionary::get(), Foam::Info, IOobjectOption::MUST_READ_IF_MODIFIED, IOobjectOption::NO_REGISTER, IOobjectOption::NO_WRITE, basicThermo::T(), and IOobject::time().

|
pure virtual |
Return the laminar flame speed [m/s].
Implemented in constant, Gulders, GuldersEGR, RaviPetersen, and SCOPE.
|
protected |
Definition at line 64 of file laminarFlameSpeed.H.
Referenced by laminarFlameSpeed(), constant::operator()(), Gulders::operator()(), GuldersEGR::operator()(), and RaviPetersen::operator()().
|
protected |
Fuel.
Definition at line 69 of file laminarFlameSpeed.H.
Referenced by Gulders::Gulders(), GuldersEGR::GuldersEGR(), laminarFlameSpeed(), and RaviPetersen::RaviPetersen().
|
protected |
Equivalence ratio of a homogeneous mixture.
Definition at line 74 of file laminarFlameSpeed.H.
Referenced by laminarFlameSpeed(), Gulders::operator()(), GuldersEGR::operator()(), and RaviPetersen::operator()().