30 template<
class CloudType>
40 coeffDict_(dict.
subDict(type +
"Coeffs"))
46 template<
class CloudType>
53 template<
class CloudType>
61 template<
class CloudType>
68 template<
class CloudType>
const dictionary & dict() const
Return the dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
A class for handling words, derived from string.
const CloudType & owner() const
Return the owner cloud object.
const dictionary & coeffDict() const
Return the coefficients dictionary.
virtual ~PairModel()
Destructor.
PairModel(const dictionary &dict, CloudType &owner, const word &type)
Construct from components.
Templated base class for dsmc cloud.