Go to the documentation of this file.
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)
120 label bMeshPatchID =
bMesh.whichPatch(nearest[bFaceI]);
122 label patchID = surfToMeshPatch[bMeshPatchID];
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;
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;
236 bMesh.readTriSurface(surfName);
246 patchMap[i] = addPatch(
mesh, bPatches[i].
name());
260 if (nearest[bFaceI] == -1)
266 Pout<<
"Writing all " << unmatchedFaces.size()
267 <<
" unmatched faces to faceSet "
268 << unmatchedFaces.
name()
271 unmatchedFaces.
write();
282 Info<<
"Read " << faceLabels.size() <<
" faces to repatch ..." <<
endl;
286 label faceI = iter.key();
288 if (repatchFace(
mesh,
bMesh, nearest, patchMap, faceI, meshMod))
300 if (repatchFace(
mesh,
bMesh, 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 " << runTime.value() <<
endl;
static SLList< string > validArgs
A list of valid (mandatory) arguments.
label findPatchID(const word &patchName) const
Find patch index given a name.
A class for handling words, derived from string.
A class for handling file names.
static void addOption(const word &opt, const string ¶m="", const string &usage="")
Add to an option to validOptions with usage information.
static void addNote(const string &)
Add extra notes for the usage information.
#define forAll(list, i)
Loop across all elements in list.
autoPtr< mapPolyMesh > 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.
Direct mesh changes based on v1.3 polyTopoChange syntax.
Class describing modification of a face.
const polyBoundaryMesh & boundaryMesh() const
Return boundary mesh.
Ostream & endl(Ostream &os)
Add newline and flush stream.
List< treeBoundBox > meshBb(1, treeBoundBox(boundBox(coarseMesh.points(), false)).extend(rndGen, 1e-3))
Mesh consisting of general polyhedral cells.
forAllConstIter(PtrDictionary< phaseModel >, mixture.phases(), phase)
const faceZoneMesh & faceZones() const
Return face zone mesh.
virtual bool write() const
Write mesh using IO settings from time.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A subset of mesh faces organised as a primitive patch.
virtual Ostream & write(const token &)=0
Write next token to stream.
A patch is a list of labels that address the faces in the global face list.
virtual const fileName & name() const
Return the name of the stream.
PrimitivePatch< face, List, const pointField > bMesh
Holder of faceList and points. (v.s. e.g. primitivePatch which references points)
virtual const labelList & faceOwner() const
Return face owner.
label whichPatch(const label faceIndex) const
Return patch index for a given face label.
const word & name() const
Return name.
int main(int argc, char *argv[])
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
T optionLookupOrDefault(const word &opt, const T &deflt) const
Read a value from the named option if present.
label whichZone(const label objectIndex) const
Given a global object index, return the zone it is in.
label nInternalFaces() const
label whichFace(const label globalCellID) const
Helper function to re-direct to zone::localID(...)
const double e
Elementary charge.
label start() const
Return start label of this patch in the polyMesh face list.
virtual autoPtr< polyPatch > clone(const polyBoundaryMesh &bm) const
Construct and return a clone, resetting the boundary mesh.
void removeBoundary()
Remove boundary patches.
const boundBox & bounds() const
Return mesh bounding box.
virtual const faceList & faces() const
Return raw faces.
label setAction(const topoAction &action)
For compatibility with polyTopoChange: set topological action.
prefixOSstream Pout(cout, "Pout")
void addPatches(const List< polyPatch * > &, const bool validBoundary=true)
Add boundary patches.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
label size() const
Return the number of elements in the PtrList.
A bounding box defined in terms of the points at its extremities.
Addressing for all faces on surface of mesh. Can either be read from polyMesh or from triSurface....
void size(const label)
Override size to be inconsistent with allocated storage.
static void noParallel()
Remove the parallel options.
Foam::argList args(argc, argv)
const boolList & flipMap() const
Return face flip map.
bool optionReadIfPresent(const word &opt, T &) const
Read a value from the named option if present.
word name(const complex &)
Return a string representation of a complex.
A list of faces which address into the list of points.