Go to the documentation of this file.
34 template<
class CloudType>
38 timeScaleModel_(nullptr)
42 template<
class CloudType>
61 template<
class CloudType>
68 timeScaleModel_(cm.timeScaleModel_)
74 template<
class CloudType>
81 template<
class CloudType>
91 dict.template getOrDefault<word>(typeName,
"none")
94 Info<<
"Selecting isotropy model " << modelType <<
endl;
96 auto* ctorPtr = dictionaryConstructorTable(modelType);
105 *dictionaryConstructorTablePtr_
IsotropyModel(CloudType &owner)
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)
autoPtr< TimeScaleModel > timeScaleModel_
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)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Base class for time scale models.
static autoPtr< IsotropyModel< CloudType > > New(const dictionary &dict, CloudType &owner)