RaviPetersen Class Reference

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

Inheritance diagram for RaviPetersen:
Collaboration diagram for RaviPetersen:

Public Member Functions

 TypeName ("RaviPetersen")
 Runtime type information. More...
 
 RaviPetersen (const dictionary &, const psiuMulticomponentThermo &)
 Construct from dictionary and psiuMulticomponentThermo. More...
 
 RaviPetersen (const RaviPetersen &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~RaviPetersen ()
 Destructor. More...
 
tmp< volScalarFieldoperator() () const
 Return the laminar flame speed [m/s]. More...
 
void operator= (const RaviPetersen &)=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 psiuMulticomponentThermo &ct),(dict, 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< laminarFlameSpeedNew (const psiuMulticomponentThermo &)
 
- Protected Attributes inherited from laminarFlameSpeed
const psiuMulticomponentThermopsiuMulticomponentThermo_
 
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 61 of file RaviPetersen.H.

Constructor & Destructor Documentation

◆ RaviPetersen() [1/2]

RaviPetersen ( const dictionary dict,
const psiuMulticomponentThermo ct 
)

Construct from dictionary and psiuMulticomponentThermo.

Definition at line 49 of file RaviPetersen.C.

◆ RaviPetersen() [2/2]

RaviPetersen ( const RaviPetersen )
delete

Disallow default bitwise copy construction.

◆ ~RaviPetersen()

~RaviPetersen ( )
virtual

Destructor.

Definition at line 72 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 293 of file RaviPetersen.C.

References Foam::dimless, Foam::dimVelocity, forAll, Foam::max(), GeometricField< Type, PatchField, GeoMesh >::New(), IOobject::NO_READ, IOobject::NO_WRITE, p, and tmp< T >::ref().

Here is the call graph for this function:

◆ operator=()

void operator= ( const RaviPetersen )
delete

Disallow default bitwise assignment.


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