Loading...
Searching...
No Matches
surfaceMeshExtract.C File Reference

Extract patch or faceZone surfaces from a polyMesh. Depending on output surface format triangulates faces. More...

Go to the source code of this file.

Detailed Description

Extract patch or faceZone surfaces from a polyMesh. Depending on output surface format triangulates faces.

Original source file surfaceMeshExtract.C

Region numbers on faces not guaranteed to be the same as the patch indices.

Optionally only extracts named patches.

Optionally filters out points on faceZones, feature-edges and featurePoints and generates pointPatches for these - written to pointMesh/boundary.

If run in parallel, processor patches get filtered out by default and the mesh is merged (based on topology).

Usage
surfaceMeshExtract [OPTION] <surfacefile>

Options:

  • -patches NAME | LIST
    Specify single patch or multiple patches (name or regex) to extract
  • -faceZones NAME | LIST
    Specify single zone or multiple face zones (name or regex) to extract
  • -exclude-patches NAME | LIST
    Exclude single or multiple patches (name or regex) from extraction
  • -excludeProcPatches
    Exclude processor patches (default if parallel)
  • -featureAngle <angle>
    Extract feature edges/points and put into separate point-patches
  • -extractZonePoints
    Extract all face zone points and put into separate point-patches

Definition in file surfaceMeshExtract.C.