Public Member Functions | Private Member Functions | Private Attributes
Gulders Class Reference

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

Inheritance diagram for Gulders:
Inheritance graph
[legend]
Collaboration diagram for Gulders:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("Gulders")
 Runtime type information. More...
 
 Gulders (const dictionary &, const psiuReactionThermo &)
 Construct from dictionary and psiuReactionThermo. More...
 
virtual ~Gulders ()
 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...
 

Private Member Functions

scalar SuRef (scalar phi) const
 
scalar Su0pTphi (scalar p, scalar Tu, scalar phi, scalar Yres) const
 
tmp< volScalarFieldSu0pTphi (const volScalarField &p, const volScalarField &Tu, scalar phi) const
 
tmp< volScalarFieldSu0pTphi (const volScalarField &p, const volScalarField &Tu, const volScalarField &phi) const
 
 Gulders (const Gulders &)
 Construct as copy (not implemented) More...
 
void operator= (const Gulders &)
 

Private Attributes

dictionary coeffsDict_
 
scalar W_
 
scalar eta_
 
scalar xi_
 
scalar f_
 
scalar alpha_
 
scalar beta_
 

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 Gulder's correlation.

Source files

Definition at line 50 of file Gulders.H.

Constructor & Destructor Documentation

◆ Gulders() [1/2]

Gulders ( const Gulders )
private

Construct as copy (not implemented)

◆ Gulders() [2/2]

Gulders ( const dictionary dict,
const psiuReactionThermo ct 
)

Construct from dictionary and psiuReactionThermo.

Definition at line 50 of file Gulders.C.

◆ ~Gulders()

~Gulders ( )
virtual

Destructor.

Definition at line 69 of file Gulders.C.

Member Function Documentation

◆ SuRef()

Foam::scalar SuRef ( scalar  phi) const
inlineprivate

Definition at line 76 of file Gulders.C.

References Foam::exp(), phi, Foam::pow(), and Foam::sqr().

Here is the call graph for this function:

◆ Su0pTphi() [1/3]

Foam::scalar Su0pTphi ( scalar  p,
scalar  Tu,
scalar  phi,
scalar  Yres 
) const
inlineprivate

Definition at line 92 of file Gulders.C.

References p, phi, Foam::pow(), and pRef.

Here is the call graph for this function:

◆ Su0pTphi() [2/3]

Foam::tmp< Foam::volScalarField > Su0pTphi ( const volScalarField p,
const volScalarField Tu,
scalar  phi 
) const
private

Definition at line 107 of file Gulders.C.

References GeometricField::boundaryField(), Foam::dimVelocity, forAll, IOobject::NO_READ, IOobject::NO_WRITE, p, patchi, and phi.

Here is the call graph for this function:

◆ Su0pTphi() [3/3]

Foam::tmp< Foam::volScalarField > Su0pTphi ( const volScalarField p,
const volScalarField Tu,
const volScalarField phi 
) const
private

Definition at line 158 of file Gulders.C.

References GeometricField::boundaryField(), Foam::dimVelocity, forAll, IOobject::NO_READ, IOobject::NO_WRITE, p, patchi, and phi.

Here is the call graph for this function:

◆ operator=()

void operator= ( const Gulders )
private

◆ TypeName()

TypeName ( "Gulders"  )

Runtime type information.

◆ operator()()

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

Return the laminar flame speed [m/s].

Implements laminarFlameSpeed.

Definition at line 209 of file Gulders.C.

References Foam::max().

Here is the call graph for this function:

Field Documentation

◆ coeffsDict_

dictionary coeffsDict_
private

Definition at line 56 of file Gulders.H.

◆ W_

scalar W_
private

Definition at line 58 of file Gulders.H.

◆ eta_

scalar eta_
private

Definition at line 59 of file Gulders.H.

◆ xi_

scalar xi_
private

Definition at line 60 of file Gulders.H.

◆ f_

scalar f_
private

Definition at line 61 of file Gulders.H.

◆ alpha_

scalar alpha_
private

Definition at line 62 of file Gulders.H.

◆ beta_

scalar beta_
private

Definition at line 63 of file Gulders.H.


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