Abstract class for laminar flame speed. More...


Public Member Functions | |
| TypeName ("laminarFlameSpeed") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, laminarFlameSpeed, dictionary,(const dictionary &dict, const dictionary &coeffDict, const psiuMulticomponentThermo &ct),(dict, coeffDict, ct)) | |
| laminarFlameSpeed (const dictionary &, const psiuMulticomponentThermo &) | |
| Construct from dictionary and psiuMulticomponentThermo. More... | |
| laminarFlameSpeed (const laminarFlameSpeed &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~laminarFlameSpeed () |
| Destructor. More... | |
| virtual tmp< volScalarField > | operator() () const =0 |
| Return the laminar flame speed [m/s]. More... | |
| void | operator= (const laminarFlameSpeed &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static autoPtr< laminarFlameSpeed > | New (const dictionary &, const psiuMulticomponentThermo &) |
Protected Attributes | |
| const psiuMulticomponentThermo & | psiuMulticomponentThermo_ |
| scalar | equivalenceRatio_ |
| Equivalence ratio of a homogeneous mixture. More... | |
Abstract class for laminar flame speed.
Definition at line 57 of file laminarFlameSpeed.H.
| laminarFlameSpeed | ( | const dictionary & | dict, |
| const psiuMulticomponentThermo & | ct | ||
| ) |
Construct from dictionary and psiuMulticomponentThermo.
Definition at line 40 of file laminarFlameSpeed.C.
References psiuMulticomponentThermo::containsSpecie(), dict, Foam::dimless, laminarFlameSpeed::equivalenceRatio_, laminarFlameSpeed::psiuMulticomponentThermo_, and dimensioned< Type >::value().

|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 59 of file laminarFlameSpeed.C.
| TypeName | ( | "laminarFlameSpeed" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| laminarFlameSpeed | , | ||
| dictionary | , | ||
| (const dictionary &dict, const dictionary &coeffDict, const psiuMulticomponentThermo &ct) | , | ||
| (dict, coeffDict, ct) | |||
| ) |
|
static |
Definition at line 30 of file laminarFlameSpeedNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, and Foam::nl.

|
pure virtual |
Return the laminar flame speed [m/s].
Implemented in RaviPetersen, Gulder, constant, and SCOPE.
|
delete |
Disallow default bitwise assignment.
|
protected |
Definition at line 63 of file laminarFlameSpeed.H.
Referenced by laminarFlameSpeed::laminarFlameSpeed().
|
protected |
Equivalence ratio of a homogeneous mixture.
Definition at line 66 of file laminarFlameSpeed.H.
Referenced by laminarFlameSpeed::laminarFlameSpeed().