Go to the documentation of this file.
37 #ifndef coupleGroupIdentifier_H
38 #define coupleGroupIdentifier_H
55 class coupleGroupIdentifier;
56 Ostream&
operator<<(Ostream&,
const coupleGroupIdentifier&);
97 inline bool valid()
const;
Encapsulates using patchGroups to specify coupled patch.
A class for handling words, derived from string.
Mesh consisting of general polyhedral cells.
word name_
Name of patchGroup.
void write(Ostream &) const
Write the data as a dictionary.
friend Ostream & operator<<(Ostream &, const coupleGroupIdentifier &)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const word & name() const
Name of patchGroup.
A patch is a list of labels that address the faces in the global face list.
Ostream & operator<<(Ostream &, const edgeMesh &)
label findOtherPatchID(const polyMesh &, const polyPatch &) const
Find other patch in specified mesh. Returns index of patch or -1.
A list of keyword definitions, which are a keyword followed by any number of values (e....
bool valid() const
Is a valid patchGroup.
coupleGroupIdentifier()
Construct null.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...