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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract class for laminar flame speed.
laminarFlameSpeed(const dictionary &, const psiuMulticomponentThermo &)
Construct from dictionary and psiuMulticomponentThermo.
declareRunTimeSelectionTable(autoPtr, laminarFlameSpeed, dictionary,(const dictionary &dict, const dictionary &coeffDict, const psiuMulticomponentThermo &ct),(dict, coeffDict, ct))
void operator=(const laminarFlameSpeed &)=delete
Disallow default bitwise assignment.
virtual tmp< volScalarField > operator()() const =0
Return the laminar flame speed [m/s].
const psiuMulticomponentThermo & psiuMulticomponentThermo_
TypeName("laminarFlameSpeed")
Runtime type information.
static autoPtr< laminarFlameSpeed > New(const dictionary &, const psiuMulticomponentThermo &)
virtual ~laminarFlameSpeed()
Destructor.
scalar equivalenceRatio_
Equivalence ratio of a homogeneous mixture.
Base-class for combustion fluid thermodynamic properties based on compressibility.
A class for managing temporary objects.
Macros to ease declaration of run-time selection tables.