Go to the documentation of this file.
38 #ifndef coupleGroupIdentifier_H
39 #define coupleGroupIdentifier_H
70 label findOtherPatchID
106 bool valid() const noexcept
108 return !name_.empty();
113 label findOtherPatchID(
const polyPatch& thisPatch)
const;
118 label findOtherPatchID
120 const polyPatch& thisPatch,
132 Ostream&
operator<<(Ostream&
os,
const coupleGroupIdentifier& ident);
Encapsulates using "patchGroups" to specify coupled patch.
A class for handling words, derived from Foam::string.
Mesh consisting of general polyhedral cells.
Ostream & operator<<(Ostream &, const boundaryPatch &p)
A patch is a list of labels that address the faces in the global face list.
const word & name() const noexcept
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
coupleGroupIdentifier(const word &patchGroupName)
void write(Ostream &os) const
coupleGroupIdentifier()=default
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
bool valid() const noexcept