laminarFlameSpeed Class Referenceabstract

Abstract class for laminar flame speed. More...

Inheritance diagram for laminarFlameSpeed:
Collaboration diagram for laminarFlameSpeed:

Public Member Functions

 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 volScalarField &p, const volScalarField &Tu, const volScalarField &Phi) const =0
 Return the laminar flame speed [m/s]. More...
 
virtual tmp< volScalarFieldSu (const volScalarField &p, const volScalarField &Tu, const volScalarField &Phi, const volScalarField &egr) const =0
 Return the laminar flame speed [m/s]. 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...
 
virtual tmp< volScalarFieldoperator() () const =0
 Return the laminar flame speed [m/s]. More...
 
void operator= (const laminarFlameSpeed &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

static autoPtr< laminarFlameSpeedNew (const dictionary &, const uRhoMulticomponentThermo &)
 
static autoPtr< laminarFlameSpeedNew (const dictionary &, const psiuMulticomponentThermo &)
 

Protected Attributes

const uRhoMulticomponentThermouThermo_
 
const psiuMulticomponentThermopsiuMulticomponentThermo_
 

Detailed Description

Abstract class for laminar flame speed.

Source files

Source files

Definition at line 57 of file laminarFlameSpeed.H.

Constructor & Destructor Documentation

◆ laminarFlameSpeed() [1/4]

laminarFlameSpeed ( const dictionary dict,
const uRhoMulticomponentThermo uThermo 
)

Construct from dictionary and uRhoMulticomponentThermo.

Definition at line 40 of file laminarFlameSpeed.C.

◆ laminarFlameSpeed() [2/4]

laminarFlameSpeed ( const laminarFlameSpeed )
delete

Disallow default bitwise copy construction.

◆ ~laminarFlameSpeed() [1/2]

~laminarFlameSpeed ( )
virtual

Destructor.

Definition at line 52 of file laminarFlameSpeed.C.

◆ laminarFlameSpeed() [3/4]

laminarFlameSpeed ( const dictionary dict,
const psiuMulticomponentThermo ct 
)

Construct from dictionary and psiuMulticomponentThermo.

Definition at line 40 of file laminarFlameSpeed.C.

◆ laminarFlameSpeed() [4/4]

laminarFlameSpeed ( const laminarFlameSpeed )
delete

Disallow default bitwise copy construction.

◆ ~laminarFlameSpeed() [2/2]

virtual ~laminarFlameSpeed ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "laminarFlameSpeed"  )

Runtime type information.

◆ declareRunTimeSelectionTable() [1/2]

declareRunTimeSelectionTable ( autoPtr  ,
laminarFlameSpeed  ,
dictionary  ,
(const dictionary &dict, const dictionary &coeffDict, const uRhoMulticomponentThermo &uThermo)  ,
(dict, coeffDict, uThermo)   
)

◆ New() [1/2]

Foam::autoPtr< Foam::laminarFlameSpeed > New ( const dictionary dict,
const uRhoMulticomponentThermo uThermo 
)
static

Definition at line 30 of file laminarFlameSpeedNew.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::indentOrNl(), Foam::Info, and Foam::nl.

Here is the call graph for this function:

◆ Su() [1/3]

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

Return the laminar flame speed [m/s].

Implemented in RaviPetersen, Gulder, and constant.

◆ Su() [2/3]

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

Return the laminar flame speed [m/s].

including EGR effects

Implemented in RaviPetersen, Gulder, and constant.

◆ Su() [3/3]

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

Return the laminar flame speed [m/s].

assuming a single fuel specie

Reimplemented in constant.

Definition at line 59 of file laminarFlameSpeed.C.

References Foam::fvc::Su().

Here is the call graph for this function:

◆ operator=() [1/2]

void operator= ( const laminarFlameSpeed )
delete

Disallow default bitwise assignment.

◆ TypeName() [2/2]

TypeName ( "laminarFlameSpeed"  )

Runtime type information.

◆ declareRunTimeSelectionTable() [2/2]

declareRunTimeSelectionTable ( autoPtr  ,
laminarFlameSpeed  ,
dictionary  ,
(const dictionary &dict, const dictionary &coeffDict, const psiuMulticomponentThermo &ct)  ,
(dict, coeffDict, ct)   
)

◆ New() [2/2]

Foam::autoPtr< Foam::laminarFlameSpeed > New ( const dictionary dict,
const psiuMulticomponentThermo ct 
)
static

Definition at line 30 of file laminarFlameSpeedNew.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::indentOrNl(), Foam::Info, and Foam::nl.

Here is the call graph for this function:

◆ operator()()

virtual tmp<volScalarField> operator() ( ) const
pure virtual

Return the laminar flame speed [m/s].

Implemented in SCOPE, RaviPetersen, Gulder, and constant.

◆ operator=() [2/2]

void operator= ( const laminarFlameSpeed )
delete

Disallow default bitwise assignment.

Member Data Documentation

◆ uThermo_

const uRhoMulticomponentThermo& uThermo_
protected

Definition at line 63 of file laminarFlameSpeed.H.

◆ psiuMulticomponentThermo_

const psiuMulticomponentThermo& psiuMulticomponentThermo_
protected

Definition at line 63 of file laminarFlameSpeed.H.


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