Laminar flame speed obtained from Gulder's correlation. More...


Public Member Functions | |
| TypeName ("Gulders") | |
| Runtime type information. More... | |
| Gulders (const dictionary &, const psiuReactionThermo &) | |
| Construct from dictionary and psiuReactionThermo. More... | |
| Gulders (const Gulders &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~Gulders () |
| Destructor. More... | |
| tmp< volScalarField > | operator() () const |
| Return the laminar flame speed [m/s]. More... | |
| void | operator= (const Gulders &)=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 psiuReactionThermo &ct),(dict, ct)) | |
| laminarFlameSpeed (const dictionary &, const psiuReactionThermo &) | |
| Construct from dictionary and psiuReactionThermo. 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 psiuReactionThermo &) |
Protected Attributes inherited from laminarFlameSpeed | |
| const psiuReactionThermo & | psiuReactionThermo_ |
| word | fuel_ |
| Fuel. More... | |
| scalar | equivalenceRatio_ |
| Equivalence ratio of a homogeneous mixture. More... | |
Laminar flame speed obtained from Gulder's correlation.
| Gulders | ( | const dictionary & | dict, |
| const psiuReactionThermo & | ct | ||
| ) |
Construct from dictionary and psiuReactionThermo.
|
virtual |
Destructor.
Definition at line 69 of file Gulders.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), Foam::dimVelocity, Foam::exp(), forAll, DimensionedField< Type, GeoMesh >::mesh(), GeometricField< scalar, fvPatchField, volMesh >::New(), p, patchi, phi, Foam::pow(), pRef, tmp< T >::ref(), Foam::sqr(), and SuRef.

| TypeName | ( | "Gulders" | ) |
Runtime type information.
|
virtual |
Return the laminar flame speed [m/s].
Implements laminarFlameSpeed.
Definition at line 197 of file Gulders.C.
References Foam::dimless, and Foam::max().

|
delete |
Disallow default bitwise assignment.