33 template<
class CloudType>
38 "(none rebound stick escape)" 44 template<
class CloudType>
83 template<
class CloudType>
94 if (itWord ==
"rebound")
98 else if (itWord ==
"stick")
102 else if (itWord ==
"escape")
115 template<
class CloudType>
126 template<
class CloudType>
135 UName_(this->coeffDict().lookupOrDefault(
"U",
word(
"U")))
139 template<
class CloudType>
152 template<
class CloudType>
159 template<
class CloudType>
166 template<
class CloudType>
PatchInteractionModel(CloudType &owner)
Construct null from owner.
static word interactionTypeToWord(const interactionType &itEnum)
Convert interaction result to word.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
static wordList interactionTypeNames_
virtual ~PatchInteractionModel()
Destructor.
Base class for cloud sub-models.
Templated patch interaction model class.
A class for handling words, derived from string.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
const word & UName() const
Return name of velocity field.
virtual void info(Ostream &os)
Write patch interaction info to stream.
Templated base class for dsmc cloud.
static interactionType wordToInteractionType(const word &itWord)
Convert word to interaction result.