Go to the documentation of this file.
34 template<
class CloudType>
38 timeScaleModel_(nullptr)
42 template<
class CloudType>
61 template<
class CloudType>
65 timeScaleModel_(cm.timeScaleModel_)
71 template<
class CloudType>
78 template<
class CloudType>
88 dict.template getOrDefault<word>(typeName,
"none")
91 Info<<
"Selecting damping model " << modelType <<
endl;
93 auto* ctorPtr = dictionaryConstructorTable(modelType);
102 *dictionaryConstructorTablePtr_
A class for handling words, derived from Foam::string.
Base class for cloud sub-models.
Ostream & endl(Ostream &os)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
static autoPtr< DampingModel< CloudType > > New(const dictionary &dict, CloudType &owner)
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
errorManip< error > abort(error &err)
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
DampingModel(CloudType &owner)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Base class for time scale models.