FreeFOAM The Cross-Platform CFD Toolkit
laminarFlameSpeed Class Reference

Abstract class for laminar flame speed. More...

#include <laminarFlameSpeedModels/laminarFlameSpeed.H>


Detailed Description

+ 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< volScalarFieldoperator() () const =0
 Return the laminar flame speed [m/s].

Static Public Member Functions

static autoPtr< laminarFlameSpeedNew (const hhuCombustionThermo &)

Protected Attributes

const hhuCombustionThermohhuCombustionThermo_
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 SCOPE, GuldersEGR, Gulders, and constant.


Member Data Documentation

const hhuCombustionThermo& hhuCombustionThermo_
protected

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: