34template<
class CloudType>
38 timeScaleModel_(nullptr)
42template<
class CloudType>
61template<
class CloudType>
65 timeScaleModel_(cm.timeScaleModel_)
71template<
class CloudType>
78template<
class CloudType>
88 dict.template getOrDefault<word>(typeName,
"none")
91 Info<<
"Selecting damping model " << modelType <<
endl;
93 auto* ctorPtr = dictionaryConstructorTable(modelType);
102 *dictionaryConstructorTablePtr_
Base class for cloud sub-models.
Templated base class for dsmc cloud.
Base class for collisional damping models.
virtual ~DampingModel()
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.