Constant laminar flame speed model. More...
Public Member Functions | |
TypeName ("constant") | |
Runtime type information. More... | |
constant (const dictionary &, const psiuMulticomponentThermo &) | |
Construct from dictionary and psiuMulticomponentThermo. More... | |
constant (const constant &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~constant () |
Destructor. More... | |
tmp< volScalarField > | operator() () const |
Return the laminar flame speed [m/s]. More... | |
void | operator= (const constant &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from laminarFlameSpeed | |
TypeName ("laminarFlameSpeed") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, laminarFlameSpeed, dictionary,(const dictionary &dict, const psiuMulticomponentThermo &ct),(dict, 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... | |
void | operator= (const laminarFlameSpeed &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from laminarFlameSpeed | |
static autoPtr< laminarFlameSpeed > | New (const psiuMulticomponentThermo &) |
Protected Attributes inherited from laminarFlameSpeed | |
const psiuMulticomponentThermo & | psiuMulticomponentThermo_ |
word | fuel_ |
Fuel. More... | |
scalar | equivalenceRatio_ |
Equivalence ratio of a homogeneous mixture. More... | |
constant | ( | const dictionary & | dict, |
const psiuMulticomponentThermo & | ct | ||
) |
Construct from dictionary and psiuMulticomponentThermo.
Definition at line 49 of file constant.C.
|
virtual |
Destructor.
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 GeometricField< Type, PatchField, GeoMesh >::New().
|
delete |
Disallow default bitwise assignment.