91 Pout<<
"Created patch " << patchName <<
" at " << patchi <<
endl;
95 Pout<<
"Reusing patch " << patchName <<
" at " << patchi <<
endl;
113 bool changed =
false;
117 if (nearest[bFacei] != -1)
122 label patchID = surfToMeshPatch[rMeshPatchID];
130 bool zoneFlip =
false;
167 int main(
int argc,
char *argv[])
171 "reads surface and applies surface regioning to a mesh" 180 "only repatch the faces in specified faceSet" 186 "search tolerance as fraction of mesh size (default 1e-3)" 195 Info<<
"Reading surface from " << surfName <<
" ..." <<
endl;
202 Info<<
"Repatching only the faces in faceSet " << setName
203 <<
" according to nearest surface triangle ..." <<
endl;
207 Info<<
"Patching all boundary faces according to nearest surface" 208 <<
" triangle ..." <<
endl;
215 const vector searchSpan = searchTol * meshBb.
span();
217 Info<<
"All boundary faces further away than " << searchTol
218 <<
" of mesh bounding box " << meshBb
219 <<
" will keep their patch label ..." <<
endl;
222 Info<<
"Before patching:" <<
nl 223 <<
" patch\tsize" <<
endl;
246 patchMap[i] = addPatch(mesh, bPatches[i].
name());
256 faceSet unmatchedFaces(mesh,
"unmatchedFaces", nearest.
size()/100);
260 if (nearest[bFacei] == -1)
266 Pout<<
"Writing all " << unmatchedFaces.size()
267 <<
" unmatched faces to faceSet " 268 << unmatchedFaces.
name()
271 unmatchedFaces.
write();
281 faceSet faceLabels(mesh, setName);
282 Info<<
"Read " << faceLabels.size() <<
" faces to repatch ..." <<
endl;
286 label facei = iter.key();
288 if (repatchFace(mesh, rMesh, nearest, patchMap, facei, meshMod))
300 if (repatchFace(mesh, rMesh, nearest, patchMap, facei, meshMod))
307 Pout<<
"Changed " << nChanged <<
" boundary faces." <<
nl <<
endl;
313 Info<<
"After patching:" <<
nl 314 <<
" patch\tsize" <<
endl;
327 Info<<
"Writing modified mesh to time " 328 << runTime.userTimeName() <<
endl;
const fvPatchList & patches
const polyBoundaryMesh & boundaryMesh() const
Return boundary mesh.
virtual const fileName & name() const
Return the name of the stream.
#define forAll(list, i)
Loop across all elements in list.
autoPtr< polyTopoChangeMap > changeMesh(polyMesh &mesh, const bool inflate, const bool syncParallel=true, const bool orderCells=false, const bool orderPoints=false)
Inplace changes mesh without change of patches.
virtual Ostream & write(const char)=0
Write character.
const word & name() const
Return name.
A class for handling file names.
Class describing modification of a face.
#define forAllConstIter(Container, container, iter)
Iterate across all elements in the container object of type.
label nInternalFaces() const
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void size(const label)
Override size to be inconsistent with allocated storage.
const boolList & flipMap() const
Return face flip map.
Ostream & endl(Ostream &os)
Add newline and flush stream.
label findPatchID(const word &patchName) const
Find patch index given a name.
static void noParallel()
Remove the parallel options.
static SLList< string > validArgs
A list of valid (mandatory) arguments.
A bounding box defined in terms of the points at its extremities.
label whichFace(const label globalCellID) const
Helper function to re-direct to zone::localID(...)
bool optionReadIfPresent(const word &opt, T &) const
Read a value from the named option if present.
const PtrList< repatchPatch > & patches() const
Access the patches.
T optionLookupOrDefault(const word &opt, const T &deflt) const
Read a value from the named option if present.
virtual autoPtr< polyPatch > clone(const polyBoundaryMesh &bm) const
Construct and return a clone, resetting the boundary mesh.
A class for handling words, derived from string.
void readTriSurface(const fileName &)
Read from triSurface.
static void addOption(const word &opt, const string ¶m="", const string &usage="")
Add to an option to validOptions with usage information.
virtual const labelList & faceOwner() const
Return face owner.
virtual const faceList & faces() const
Return raw faces.
void addPatches(const List< polyPatch *> &, const bool validBoundary=true)
Add boundary patches.
void removeBoundary()
Remove boundary patches.
word name(const complex &)
Return a string representation of a complex.
label whichPatch(const label facei) const
Get index of patch face is in.
label size() const
Return the number of elements in the UPtrList.
label whichZone(const label objectIndex) const
Given a global object index, return the zone it is in.
const boundBox & bounds() const
Return mesh bounding box.
Addressing for all faces on surface of mesh. Can either be read from polyMesh or from triSurface...
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
prefixOSstream Pout(cout, "Pout")
const meshFaceZones & faceZones() const
Return face zones.
Direct mesh changes based on v1.3 polyTopoChange syntax.
label start() const
Return start label of this patch in the polyMesh face list.
vector span() const
The bounding box span (from minimum to maximum)
labelList getNearest(const primitiveMesh &pMesh, const vector &searchSpan) const
Get rMesh index of nearest face for every boundary face in.
const doubleScalar e
Elementary charge.
Mesh consisting of general polyhedral cells.
A subset of mesh faces organised as a primitive patch.
static void addNote(const string &)
Add extra notes for the usage information.
virtual bool write(const bool write=true) const
Write using setting from DB.
A patch is a list of labels that address the faces in the global face list.
Foam::argList args(argc, argv)
label whichPatch(const label faceIndex) const
Return patch index for a given face label.
label setAction(const topoAction &action)
For compatibility with polyTopoChange: set topological action.