openfoam/applications/utilities/finiteArea/checkFaMesh
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
checkFaMesh.C ENH: add faMeshTools for new/load mesh, proc addressing etc 2022-05-17 17:36:34 +02:00
faMeshWriteVTK.H ENH: add faMeshTools for new/load mesh, proc addressing etc 2022-05-17 17:36:34 +02:00
printMeshSummary.H ENH: improved bookkeeping for finite-area to volume mesh correspondence 2022-09-22 16:09:14 +02:00