Laminar flame speed obtained from Ravi and Petersen's correlation. More...
#include <RaviPetersen.H>


Public Member Functions | |
| TypeName ("RaviPetersen") | |
| Runtime type information. | |
| RaviPetersen (const dictionary &, const psiuReactionThermo &) | |
| Construct from dictionary and psiuReactionThermo. | |
| virtual | ~RaviPetersen () |
| 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 Ravi and Petersen's correlation.
The correlation for the laminar flame speed 
![\[ Su = \left( \sum \alpha_i \phi^i \right)
\left( \frac{T}{T_{ref}} \right)^{\left( \sum \beta_j \phi^j \right)}
\]](form_943.png)
Where 


Definition at line 59 of file RaviPetersen.H.
| RaviPetersen | ( | const dictionary & | dict, |
| const psiuReactionThermo & | ct ) |
Construct from dictionary and psiuReactionThermo.
Definition at line 44 of file RaviPetersen.C.
References dict, laminarFlameSpeed::fuel_, and Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName.
|
virtual |
Destructor.
Definition at line 67 of file RaviPetersen.C.
| TypeName | ( | "RaviPetersen" | ) |
Runtime type information.
|
virtual |
Return the laminar flame speed [m/s].
Implements laminarFlameSpeed.
Definition at line 284 of file RaviPetersen.C.
References Foam::dimless, Foam::dimVelocity, laminarFlameSpeed::equivalenceRatio_, forAll, Foam::max(), GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, p, laminarFlameSpeed::psiuReactionThermo_, and Foam::Zero.
