Go to the documentation of this file.
32 template<
class CloudType>
40 template<
class CloudType>
53 this->coeffDict().subDict(TimeScaleModel::typeName)
59 template<
class CloudType>
72 template<
class CloudType>
79 template<
class CloudType>
87 word modelType(
dict.lookup(typeName));
89 Info<<
"Selecting isotropy model " << modelType <<
endl;
91 typename dictionaryConstructorTable::iterator cstrIter =
92 dictionaryConstructorTablePtr_->find(modelType);
94 if (cstrIter == dictionaryConstructorTablePtr_->end())
97 <<
"Unknown isotropy model type " << modelType
98 <<
", constructor not in hash table" <<
nl <<
nl
99 <<
" Valid isotropy model types are:" <<
nl
100 << dictionaryConstructorTablePtr_->sortedToc()
107 cstrIter()(
dict, owner)
IsotropyModel(CloudType &owner)
Construct null from owner.
A class for handling words, derived from string.
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
Base class for cloud sub-models.
Ostream & endl(Ostream &os)
Add newline and flush stream.
autoPtr< TimeScaleModel > timeScaleModel_
Time scale model.
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by any number of values (e....
errorManipArg< error, int > exit(error &err, const int errNo=1)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
virtual ~IsotropyModel()
Destructor.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
static autoPtr< IsotropyModel< CloudType > > New(const dictionary &dict, CloudType &owner)
Selector.