FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

Abstract class for laminar flame speed. More...

#include <laminarFlameSpeedModels/laminarFlameSpeed.H>


Detailed Description

Abstract class for laminar flame speed.

Source files

Definition at line 58 of file laminarFlameSpeed.H.

Inheritance diagram for laminarFlameSpeed:
Collaboration diagram for laminarFlameSpeed:

List of all members.

Public Member Functions

 TypeName ("laminarFlameSpeed")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, laminarFlameSpeed, dictionary,(const dictionary &dict, const hhuCombustionThermo &ct),(dict, ct))
 laminarFlameSpeed (const dictionary &, const hhuCombustionThermo &)
 Construct from dictionary and hhuCombustionThermo.
virtual  ~laminarFlameSpeed ()
virtual tmp< volScalarField >  operator() () const =0
 Return the laminar flame speed [m/s].

Static Public Member Functions

static autoPtr< laminarFlameSpeed >  New (const hhuCombustionThermo &)

Protected Attributes

const hhuCombustionThermo &  hhuCombustionThermo_
word  fuel_
 Fuel.
scalar  equivalenceRatio_
 Equivalence ratio of a homogeneous mixture.

Constructor & Destructor Documentation

laminarFlameSpeed ( const dictionary &   dict,
const hhuCombustionThermo &   ct  
)

Construct from dictionary and hhuCombustionThermo.

Definition at line 41 of file laminarFlameSpeed.C.

References dictionary::lookup().

~laminarFlameSpeed (  ) [virtual]

Definition at line 60 of file laminarFlameSpeed.C.


Member Function Documentation

TypeName ( "laminarFlameSpeed"    )

Runtime type information.

declareRunTimeSelectionTable ( autoPtr   ,
laminarFlameSpeed   ,
dictionary   ,
(const dictionary &dict, const hhuCombustionThermo &ct)   ,
(dict, ct)    
)
virtual tmp<volScalarField> operator() (  ) const [pure virtual]

Return the laminar flame speed [m/s].

Implemented in constant, Gulders, GuldersEGR, and SCOPE.


Member Data Documentation

Definition at line 65 of file laminarFlameSpeed.H.

word fuel_ [protected]

Fuel.

Definition at line 68 of file laminarFlameSpeed.H.

scalar equivalenceRatio_ [protected]

Equivalence ratio of a homogeneous mixture.

Definition at line 71 of file laminarFlameSpeed.H.


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