43 #ifndef laminarFlameSpeed_H
44 #define laminarFlameSpeed_H
58 class laminarFlameSpeed
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 uRhoMulticomponentThermo &)
Construct from dictionary and uRhoMulticomponentThermo.
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.
declareRunTimeSelectionTable(autoPtr, laminarFlameSpeed, dictionary,(const dictionary &dict, const dictionary &coeffDict, const uRhoMulticomponentThermo &uThermo),(dict, coeffDict, uThermo))
virtual ~laminarFlameSpeed()
Destructor.
static autoPtr< laminarFlameSpeed > New(const dictionary &, const uRhoMulticomponentThermo &)
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.