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 &dict, const dictionary &coeffDict, const uRhoMulticomponentThermo &)
 Construct from dictionary and uRhoMulticomponentThermo. More...
 
 RaviPetersen (const RaviPetersen &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~RaviPetersen ()
 Destructor. More...
 
virtual tmp< volScalarFieldSu (const volScalarField &p, const volScalarField &Tu, const volScalarField &Phi) const
 Return the laminar flame speed [m/s]. More...
 
virtual tmp< volScalarFieldSu (const volScalarField &p, const volScalarField &Tu, const volScalarField &Phi, const volScalarField &egr) const
 Return the laminar flame speed [m/s]. More...
 
void operator= (const RaviPetersen &)=delete
 Disallow default bitwise assignment. More...
 
 TypeName ("RaviPetersen")
 Runtime type information. More...
 
 RaviPetersen (const dictionary &dict, const dictionary &coeffDict, 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 dictionary &coeffDict, const uRhoMulticomponentThermo &uThermo),(dict, coeffDict, uThermo))
 
 laminarFlameSpeed (const dictionary &, const uRhoMulticomponentThermo &)
 Construct from dictionary and uRhoMulticomponentThermo. More...
 
 laminarFlameSpeed (const laminarFlameSpeed &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~laminarFlameSpeed ()
 Destructor. More...
 
virtual tmp< volScalarFieldSu () const
 Return the laminar flame speed [m/s]. More...
 
void operator= (const laminarFlameSpeed &)=delete
 Disallow default bitwise assignment. More...
 
 TypeName ("laminarFlameSpeed")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, laminarFlameSpeed, dictionary,(const dictionary &dict, const dictionary &coeffDict, const psiuMulticomponentThermo &ct),(dict, coeffDict, 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 dictionary &, const uRhoMulticomponentThermo &)
 
static autoPtr< laminarFlameSpeedNew (const dictionary &, const psiuMulticomponentThermo &)
 
- Protected Attributes inherited from laminarFlameSpeed
const uRhoMulticomponentThermouThermo_
 
const psiuMulticomponentThermopsiuMulticomponentThermo_
 

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

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/4]

RaviPetersen ( const dictionary dict,
const dictionary coeffDict,
const uRhoMulticomponentThermo ct 
)

Construct from dictionary and uRhoMulticomponentThermo.

Definition at line 49 of file RaviPetersen.C.

◆ RaviPetersen() [2/4]

RaviPetersen ( const RaviPetersen )
delete

Disallow default bitwise copy construction.

◆ ~RaviPetersen() [1/2]

~RaviPetersen ( )
virtual

Destructor.

Definition at line 72 of file RaviPetersen.C.

◆ RaviPetersen() [3/4]

RaviPetersen ( const dictionary dict,
const dictionary coeffDict,
const psiuMulticomponentThermo ct 
)

Construct from dictionary and psiuMulticomponentThermo.

Definition at line 49 of file RaviPetersen.C.

◆ RaviPetersen() [4/4]

RaviPetersen ( const RaviPetersen )
delete

Disallow default bitwise copy construction.

◆ ~RaviPetersen() [2/2]

virtual ~RaviPetersen ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "RaviPetersen"  )

Runtime type information.

◆ Su() [1/2]

Foam::tmp< Foam::volScalarField > Su ( const volScalarField p,
const volScalarField Tu,
const volScalarField Phi 
) const
virtual

◆ Su() [2/2]

Foam::tmp< Foam::volScalarField > Su ( const volScalarField p,
const volScalarField Tu,
const volScalarField Phi,
const volScalarField egr 
) const
virtual

Return the laminar flame speed [m/s].

including EGR effects

Implements laminarFlameSpeed.

Definition at line 340 of file RaviPetersen.C.

References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::type().

Here is the call graph for this function:

◆ operator=() [1/2]

void operator= ( const RaviPetersen )
delete

Disallow default bitwise assignment.

◆ TypeName() [2/2]

TypeName ( "RaviPetersen"  )

Runtime type information.

◆ operator()()

◆ operator=() [2/2]

void operator= ( const RaviPetersen )
delete

Disallow default bitwise assignment.


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