43 #ifndef laminarFlameSpeed_H
44 #define laminarFlameSpeed_H
85 (
dict, coeffDict, uThermo)
Generic GeometricField class.
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 > Su() const
Return the laminar flame speed [m/s].
const uRhoMulticomponentThermo & uThermo_
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 &)
A class for managing temporary objects.
Base-class for combustion fluid thermodynamic properties based on compressibility.
Macros to ease declaration of run-time selection tables.