Gulder Class Reference

Laminar flame speed obtained from Gulder's correlation. More...

Inheritance diagram for Gulder:
Collaboration diagram for Gulder:

Public Member Functions

 TypeName ("Gulder")
 Runtime type information. More...
 
 Gulder (const dictionary &dict, const dictionary &coeffDict, const psiuMulticomponentThermo &)
 Construct from dictionary and psiuMulticomponentThermo. More...
 
 Gulder (const Gulder &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~Gulder ()
 Destructor. More...
 
tmp< volScalarFieldoperator() () const
 Return the laminar flame speed [m/s]. More...
 
void operator= (const Gulder &)=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 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 psiuMulticomponentThermo &)
 
- Protected Attributes inherited from laminarFlameSpeed
const psiuMulticomponentThermopsiuMulticomponentThermo_
 
scalar equivalenceRatio_
 Equivalence ratio of a homogeneous mixture. More...
 

Detailed Description

Laminar flame speed obtained from Gulder's correlation.

with optional support for EGR (exhaust gas recirculation) if the egr mass-fraction field is available.

Reference:

    Gülder, Ö. L. (1984).
    Correlations of laminar combustion data for alternative SI engine fuels
    (No. 841000). SAE technical paper.

Note: the EGR f coefficient multiplies the egr mass-fraction, not the mole-fraction as stated in the paper so must be set accordingly.

Source files

Definition at line 63 of file Gulder.H.

Constructor & Destructor Documentation

◆ Gulder() [1/2]

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

Construct from dictionary and psiuMulticomponentThermo.

Definition at line 49 of file Gulder.C.

◆ Gulder() [2/2]

Gulder ( const Gulder )
delete

Disallow default bitwise copy construction.

◆ ~Gulder()

~Gulder ( )
virtual

Destructor.

Definition at line 69 of file Gulder.C.

Member Function Documentation

◆ TypeName()

TypeName ( "Gulder"  )

Runtime type information.

◆ operator()()

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

Return the laminar flame speed [m/s].

Implements laminarFlameSpeed.

Definition at line 244 of file Gulder.C.

References Foam::dimless, and Foam::max().

Here is the call graph for this function:

◆ operator=()

void operator= ( const Gulder )
delete

Disallow default bitwise assignment.


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