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