34template<
class CloudType>
38 timeScaleModel_(nullptr)
42template<
class CloudType>
61template<
class CloudType>
68 timeScaleModel_(cm.timeScaleModel_)
74template<
class CloudType>
81template<
class CloudType>
91 dict.template getOrDefault<word>(typeName,
"none")
94 Info<<
"Selecting isotropy model " << modelType <<
endl;
96 auto* ctorPtr = dictionaryConstructorTable(modelType);
105 *dictionaryConstructorTablePtr_
Base class for cloud sub-models.
Templated base class for dsmc cloud.
Base class for collisional return-to-isotropy models.
virtual ~IsotropyModel()
Destructor.
Base class for time scale models.
static autoPtr< Time > New()
Construct (dummy) Time - no functionObjects or libraries.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
A class for handling words, derived from Foam::string.
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
messageStream Info
Information stream (stdout output on master, null elsewhere)
fileName::Type type(const fileName &name, const bool followLink=true)
Return the file type: DIRECTORY or FILE, normally following symbolic links.
Ostream & endl(Ostream &os)
Add newline and flush stream.
errorManip< error > abort(error &err)
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh > > &tdf1, const word &name, const dimensionSet &dimensions)
Global function forwards to reuseTmpDimensionedField::New.