Go to the documentation of this file.
35 Foam::label Foam::coupleGroupIdentifier::findOtherPatchID
38 const polyPatch& thisPatch
41 const polyBoundaryMesh& pbm =
mesh.boundaryMesh();
46 <<
"Invalid coupleGroup patch group"
47 <<
" on patch " << thisPatch.name()
48 <<
" in region " << pbm.mesh().name()
52 const auto fnd = pbm.groupPatchIDs().cfind(
name());
56 if (&
mesh == &thisPatch.boundaryMesh().mesh())
60 <<
"Patch " << thisPatch.name()
61 <<
" should be in patchGroup " <<
name()
62 <<
" in region " << pbm.mesh().name()
72 if (&
mesh == &thisPatch.boundaryMesh().mesh())
74 if (patchIDs.size() > 2 || patchIDs.size() == 0)
77 <<
"Couple patchGroup " <<
name()
78 <<
" with contents " << patchIDs
80 <<
" on patch " << thisPatch.name()
81 <<
" region " << thisPatch.boundaryMesh().mesh().name()
87 label index = patchIDs.find(thisPatch.index());
92 <<
"Couple patchGroup " <<
name()
93 <<
" with contents " << patchIDs
94 <<
" does not contain patch " << thisPatch.name()
95 <<
" in region " << pbm.mesh().name()
102 if (patchIDs.size() == 2)
105 return patchIDs[1-index];
114 if (patchIDs.size() != 1)
117 <<
"Couple patchGroup " <<
name()
118 <<
" with contents " << patchIDs
119 <<
" in region " <<
mesh.name()
120 <<
" should only contain a single patch"
121 <<
" when matching patch " << thisPatch.name()
122 <<
" in region " << pbm.mesh().name()
141 Foam::label Foam::coupleGroupIdentifier::findOtherPatchID
148 return findOtherPatchID(pbm.
mesh(), thisPatch);
152 Foam::label Foam::coupleGroupIdentifier::findOtherPatchID
166 label otherPatchID = -1;
172 const label
patchID = findOtherPatchID(
mesh, thisPatch);
176 if (otherPatchID != -1)
179 <<
"Couple patchGroup " <<
name()
180 <<
" should be present on only two patches"
181 <<
" in any of the meshes in " << meshSet.
sortedToc()
183 <<
" It seems to be present on patch "
185 <<
" in region " << thisMesh.
name()
186 <<
", on patch " << otherPatchID
187 <<
" in region " << otherRegion
197 if (otherPatchID == -1)
200 <<
"Couple patchGroup " <<
name()
201 <<
" not found in any of the other meshes " << meshSet.
sortedToc()
202 <<
" on patch " << thisPatch.
name()
203 <<
" region " << thisMesh.
name()
Encapsulates using "patchGroups" to specify coupled patch.
List< label > labelList
A List of labels.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
A polyBoundaryMesh is a polyPatch list with additional search methods and registered IO.
Ostream & endl(Ostream &os)
Mesh consisting of general polyhedral cells.
HashTable< const Type * > lookupClass(const bool strict=false) const
Ostream & operator<<(Ostream &, const boundaryPatch &p)
const polyMesh & mesh() const noexcept
const polyBoundaryMesh & boundaryMesh() const
A patch is a list of labels that address the faces in the global face list.
const word & name() const noexcept
virtual bool check(const char *operation) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
virtual bool write(const token &tok)=0
List< Key > sortedToc() const
errorManipArg< error, int > exit(error &err, const int errNo=1)
A HashTable similar to std::unordered_map.
const word & name() const noexcept
#define FatalErrorInFunction
forAllConstIters(mixture.phases(), phase)
void write(Ostream &os) const
coupleGroupIdentifier()=default
Ostream & writeEntry(const keyType &key, const T &value)
word name(const expressions::valueTypeCode typeCode)
const word & name() const noexcept
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
const Time & time() const noexcept
bool readIfPresent(const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX) const
const word & name() const
bool valid() const noexcept