constant Class Reference

Constant laminar flame speed model. More...

Inheritance diagram for constant:
Collaboration diagram for constant:

Public Member Functions

 TypeName ("constant")
 Runtime type information. More...
 
 constant (const dictionary &dict, const dictionary &coeffDict, const uRhoMulticomponentThermo &)
 Construct from dictionary and uRhoMulticomponentThermo. More...
 
 constant (const constant &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~constant ()
 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...
 
virtual tmp< volScalarFieldSu () const
 Return the laminar flame speed [m/s]. More...
 
void operator= (const constant &)=delete
 Disallow default bitwise assignment. More...
 
 TypeName ("constant")
 Runtime type information. More...
 
 constant (const dictionary &dict, const dictionary &coeffDict, const psiuMulticomponentThermo &)
 Construct from dictionary and psiuMulticomponentThermo. More...
 
 constant (const constant &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~constant ()
 Destructor. More...
 
tmp< volScalarFieldoperator() () const
 Return the laminar flame speed [m/s]. More...
 
void operator= (const constant &)=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...
 
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

Constant laminar flame speed model.

Source files

Source files

Definition at line 50 of file constant_laminarFlameSpeed.H.

Constructor & Destructor Documentation

◆ constant() [1/4]

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

Construct from dictionary and uRhoMulticomponentThermo.

Definition at line 49 of file constant_laminarFlameSpeed.C.

◆ constant() [2/4]

constant ( const constant )
delete

Disallow default bitwise copy construction.

◆ ~constant() [1/2]

~constant ( )
virtual

Destructor.

Definition at line 64 of file constant_laminarFlameSpeed.C.

◆ constant() [3/4]

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

Construct from dictionary and psiuMulticomponentThermo.

Definition at line 49 of file constant.C.

◆ constant() [4/4]

constant ( const constant )
delete

Disallow default bitwise copy construction.

◆ ~constant() [2/2]

virtual ~constant ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "constant"  )

Runtime type information.

◆ Su() [1/3]

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

Return the laminar flame speed [m/s].

Implements laminarFlameSpeed.

Definition at line 70 of file constant_laminarFlameSpeed.C.

References Foam::fvc::Su().

Here is the call graph for this function:

◆ Su() [2/3]

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 81 of file constant_laminarFlameSpeed.C.

References Foam::fvc::Su().

Here is the call graph for this function:

◆ Su() [3/3]

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

Return the laminar flame speed [m/s].

Reimplemented from laminarFlameSpeed.

Definition at line 94 of file constant_laminarFlameSpeed.C.

References GeometricField< Type, GeoMesh, PrimitiveField >::New().

Here is the call graph for this function:

◆ operator=() [1/2]

void operator= ( const constant )
delete

Disallow default bitwise assignment.

◆ TypeName() [2/2]

TypeName ( "constant"  )

Runtime type information.

◆ operator()()

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

Return the laminar flame speed [m/s].

Implements laminarFlameSpeed.

Definition at line 71 of file constant.C.

References GeometricField< Type, GeoMesh, PrimitiveField >::New().

Here is the call graph for this function:

◆ operator=() [2/2]

void operator= ( const constant )
delete

Disallow default bitwise assignment.


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