openfoam/applications/utilities/finiteArea/makeFaMesh
Mark Olesen 84db37f62f ENH: improved bookkeeping for finite-area to volume mesh correspondence
- whichPolyPatches() = the polyPatches related to the areaMesh.

  This helps when pre-calculating (and caching) any patch-specific
  content.

- whichPatchFaces() = the poly-patch/patch-face for each of the faceLabels.

  This allows more convenient lookups and, since the list is cached on
  the area mesh, reduces the number of calls to whichPatch() etc.

- whichFace() = the area-face corresponding to the given mesh-face

ENH: more flexible/consistent volume->area mapper functions
2022-09-22 16:09:14 +02:00
..
Make ENH: improvements for makeFaMesh, checkFaMesh 2021-11-05 18:07:36 +00:00
decomposeFaFields.H ENH: code modernization for decompose/reconstruct 2022-05-25 13:12:38 +00:00
faMeshWriteEdgesOBJ.H ENH: improvements for makeFaMesh, checkFaMesh 2021-11-05 18:07:36 +00:00
faMeshWriteVTK.H ENH: improvements for makeFaMesh, checkFaMesh 2021-11-05 18:07:36 +00:00
findMeshDefinitionDict.H ENH: add 'filtered' polyMesh regionName() method 2022-05-27 14:10:31 +02:00
makeFaMesh.C ENH: code modernization for decompose/reconstruct 2022-05-25 13:12:38 +00:00
printMeshSummary.H ENH: improved bookkeeping for finite-area to volume mesh correspondence 2022-09-22 16:09:14 +02:00