34 interactionTypeName_(
"unknownInteractionTypeName"),
35 patchName_(
"unknownPatch"),
45 return interactionTypeName_;
75 is.
check(
"Istream& operator>>(Istream&, patchInteractionData&)");
80 entry.
lookup(
"type") >>
pid.interactionTypeName_;
scalar e() const
Return const access to the elasticity coefficient.
const word & interactionTypeName() const
Return const access to the interaction type name.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
A class for handling words, derived from string.
const keyType & keyword() const
Return keyword.
static const dictionary null
Null dictionary.
virtual bool check(const char *operation) const
Check IOstream status for given operation.
patchInteractionData()
Construct null.
const word & patchName() const
Return const access to the patch name.
scalar mu() const
Return const access to the restitution coefficient.
A keyword and a list of tokens is a 'dictionaryEntry'.
A keyword and a list of tokens is an 'entry'.
pid_t pid()
Return the PID of this process.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
Helper class for the LocalInteraction patch interaction model.