43 #ifndef laminarFlameSpeed_H
44 #define laminarFlameSpeed_H
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract class for laminar flame speed.
laminarFlameSpeed(const dictionary &, const psiuMulticomponentThermo &)
Construct from dictionary and psiuMulticomponentThermo.
void operator=(const laminarFlameSpeed &)=delete
Disallow default bitwise assignment.
virtual tmp< volScalarField > operator()() const =0
Return the laminar flame speed [m/s].
static autoPtr< laminarFlameSpeed > New(const psiuMulticomponentThermo &)
const psiuMulticomponentThermo & psiuMulticomponentThermo_
TypeName("laminarFlameSpeed")
Runtime type information.
virtual ~laminarFlameSpeed()
Destructor.
declareRunTimeSelectionTable(autoPtr, laminarFlameSpeed, dictionary,(const dictionary &dict, const psiuMulticomponentThermo &ct),(dict, ct))
scalar equivalenceRatio_
Equivalence ratio of a homogeneous mixture.
Base-class for combustion fluid thermodynamic properties based on compressibility.
A class for managing temporary objects.
A class for handling words, derived from string.
Macros to ease declaration of run-time selection tables.