Constant laminar flame speed model. More...


Public Member Functions | |
| TypeName ("constant") | |
| Runtime type information. More... | |
| constant (const dictionary &dict, const dictionary &coeffDict, 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 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... | |
| 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 dictionary &, const psiuMulticomponentThermo &) |
Protected Attributes inherited from laminarFlameSpeed | |
| const psiuMulticomponentThermo & | psiuMulticomponentThermo_ |
| scalar | equivalenceRatio_ |
| Equivalence ratio of a homogeneous mixture. More... | |
| constant | ( | const dictionary & | dict, |
| const dictionary & | coeffDict, | ||
| const psiuMulticomponentThermo & | ct | ||
| ) |
Construct from dictionary and psiuMulticomponentThermo.
Definition at line 49 of file constant.C.
|
virtual |
Destructor.
Definition at line 64 of file constant.C.
| TypeName | ( | "constant" | ) |
Runtime type information.
|
virtual |
Return the laminar flame speed [m/s].
Implements laminarFlameSpeed.
Definition at line 71 of file constant.C.
References GeometricField< Type, GeoMesh, PrimitiveField >::New().

|
delete |
Disallow default bitwise assignment.