Laminar flame speed obtained from Gulder's correlation. More...
#include <Gulders.H>


Public Member Functions | |
| TypeName ("Gulders") | |
| Runtime type information. | |
| Gulders (const dictionary &, const psiuReactionThermo &) | |
| Construct from dictionary and psiuReactionThermo. | |
| virtual | ~Gulders () |
| Destructor. | |
| tmp< volScalarField > | operator() () const |
| Return the laminar flame speed [m/s]. | |
| Public Member Functions inherited from laminarFlameSpeed | |
| 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. | |
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. | |
| scalar | equivalenceRatio_ |
| Equivalence ratio of a homogeneous mixture. | |
Laminar flame speed obtained from Gulder's correlation.
| Gulders | ( | const dictionary & | dict, |
| const psiuReactionThermo & | ct ) |
Construct from dictionary and psiuReactionThermo.
Definition at line 44 of file Gulders.C.
References dict, laminarFlameSpeed::fuel_, and Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName.
| TypeName | ( | "Gulders" | ) |
Runtime type information.
|
virtual |
Return the laminar flame speed [m/s].
Implements laminarFlameSpeed.
Definition at line 186 of file Gulders.C.
References Foam::dimless, laminarFlameSpeed::equivalenceRatio_, Foam::max(), and laminarFlameSpeed::psiuReactionThermo_.
