Go to the documentation of this file.
40 #ifndef TimeScaleModel_H
41 #define TimeScaleModel_H
A field of fields is a PtrList of fields with reference counting.
A class for managing temporary objects.
const dimensionedScalar alpha
virtual ~TimeScaleModel()
virtual tmp< FieldField< Field, scalar > > oneByTau(const FieldField< Field, scalar > &alpha, const FieldField< Field, scalar > &r32, const FieldField< Field, scalar > &uSqr, const FieldField< Field, scalar > &f) const =0
TimeScaleModel(const dictionary &dict)
declareRunTimeSelectionTable(autoPtr, TimeScaleModel, dictionary,(const dictionary &dict),(dict))
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Base class for time scale models.
Macros to ease declaration of run-time selection tables.
TypeName("timeScaleModel")
virtual autoPtr< TimeScaleModel > clone() const =0
static autoPtr< TimeScaleModel > New(const dictionary &dict)