Loading...
Searching...
No Matches
constant Class Reference

Constant laminar flame speed model. More...

#include <constant.H>

Inheritance diagram for constant:
Collaboration diagram for constant:

Public Member Functions

 TypeName ("constant")
 Runtime type information.
 constant (const dictionary &, const psiuReactionThermo &)
 Construct from dictionary and psiuReactionThermo.
virtual ~constant ()
 Destructor.
tmp< volScalarFieldoperator() () const
 Return the laminar flame speed [m/s].
Public Member Functions inherited from laminarFlameSpeed
 TypeName ("laminarFlameSpeed")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, laminarFlameSpeed, dictionary,(const dictionary &dict, const psiuReactionThermo &ct),(dict, ct))
 laminarFlameSpeed (const dictionary &, const psiuReactionThermo &)
 Construct from dictionary and psiuReactionThermo.
virtual ~laminarFlameSpeed ()
 Destructor.

Additional Inherited Members

Static Public Member Functions inherited from laminarFlameSpeed
static autoPtr< laminarFlameSpeed > New (const psiuReactionThermo &)
Protected Attributes inherited from laminarFlameSpeed
const psiuReactionThermopsiuReactionThermo_
word fuel_
 Fuel.
scalar equivalenceRatio_
 Equivalence ratio of a homogeneous mixture.

Detailed Description

Constant laminar flame speed model.

Source files

Definition at line 48 of file constant.H.

Constructor & Destructor Documentation

◆ constant()

constant ( const dictionary & dict,
const psiuReactionThermo & ct )

Construct from dictionary and psiuReactionThermo.

Definition at line 44 of file constant.C.

References dict, and Foam::dimVelocity.

◆ ~constant()

~constant ( )
virtual

Destructor.

Definition at line 58 of file constant.C.

Member Function Documentation

◆ TypeName()

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 65 of file constant.C.

References GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, and laminarFlameSpeed::psiuReactionThermo_.

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/thermophysicalModels/laminarFlameSpeed/constant/constant.H
  • src/thermophysicalModels/laminarFlameSpeed/constant/constant.C