RaviPetersen Class Reference

Laminar flame speed obtained from Ravi and Petersen's correlation. More...

Inheritance diagram for RaviPetersen:
[legend]
Collaboration diagram for RaviPetersen:
[legend]

Public Member Functions

 TypeName ("RaviPetersen")
 Runtime type information. More...
 
 RaviPetersen (const dictionary &, const psiuReactionThermo &)
 Construct from dictionary and psiuReactionThermo. More...
 
virtual ~RaviPetersen ()
 Destructor. More...
 
tmp< volScalarFieldoperator() () const
 Return the laminar flame speed [m/s]. 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...
 
virtual ~laminarFlameSpeed ()
 Destructor. More...
 
virtual tmp< volScalarFieldoperator() () const =0
 Return the laminar flame speed [m/s]. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from laminarFlameSpeed
static autoPtr< laminarFlameSpeedNew (const psiuReactionThermo &)
 
- Protected Attributes inherited from laminarFlameSpeed
const psiuReactionThermopsiuReactionThermo_
 
word fuel_
 Fuel. More...
 
scalar equivalenceRatio_
 Equivalence ratio of a homogeneous mixture. More...
 

Detailed Description

Laminar flame speed obtained from Ravi and Petersen's correlation.

The correlation for the laminar flame speed \(Su\) is of the following form:

\[ Su = \left( \sum \alpha_i \phi^i \right) \left( \frac{T}{T_{ref}} \right)^{\left( \sum \beta_j \phi^j \right)} \]

Where \(\phi\) is the equivalence ratio, and \(\alpha\) and \(\beta\) are polynomial coefficients given for a number of pressure and equivalence ratio points.

Source files

Definition at line 63 of file RaviPetersen.H.

Constructor & Destructor Documentation

◆ RaviPetersen()

RaviPetersen ( const dictionary dict,
const psiuReactionThermo ct 
)

Construct from dictionary and psiuReactionThermo.

Definition at line 51 of file RaviPetersen.C.

◆ ~RaviPetersen()

~RaviPetersen ( )
virtual

Destructor.

Definition at line 74 of file RaviPetersen.C.

Member Function Documentation

◆ TypeName()

TypeName ( "RaviPetersen"  )

Runtime type information.

◆ operator()()

Foam::tmp< Foam::volScalarField > operator() ( ) const
virtual

Return the laminar flame speed [m/s].

Implements laminarFlameSpeed.

Definition at line 291 of file RaviPetersen.C.

References Foam::dimless, Foam::dimVelocity, forAll, Foam::max(), IOobject::NO_READ, IOobject::NO_WRITE, p, tmp< T >::ref(), and Foam::Zero.

Here is the call graph for this function:

The documentation for this class was generated from the following files: