openfoam/applications/utilities/surface
2020-05-04 09:15:21 +02:00
..
surfaceAdd ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceBooleanFeatures STYLE: some general spelling fixes 2020-05-04 09:15:21 +02:00
surfaceCheck STYLE: adjust names, locations for fileFormats 2020-02-18 13:51:20 +01:00
surfaceClean STYLE: some general spelling fixes 2020-05-04 09:15:21 +02:00
surfaceCoarsen COMP: cleanup of surfaceCoarsen/bunnylod 2020-04-16 13:34:56 +02:00
surfaceConvert ENH: support independent specification of surface read/write format (#1600) 2020-04-03 19:11:50 +02:00
surfaceFeatureConvert ENH: support independent specification of surface read/write format (#1600) 2020-04-03 19:11:50 +02:00
surfaceFeatureExtract ENH: adjustments to Switch 2020-02-18 21:51:35 +01:00
surfaceFind ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceHookUp STYLE: relocate nonCoupledBoundaryTree into meshSearcher 2020-02-24 18:41:02 +01:00
surfaceInertia STYLE: use writeEntry(), beginBlock(), endBlock() methods 2020-04-28 10:41:23 +02:00
surfaceInflate STYLE: adjust names, locations for fileFormats 2020-02-18 13:51:20 +01:00
surfaceLambdaMuSmooth GIT: Header file updates 2019-10-31 14:48:44 +00:00
surfaceMeshConvert ENH: support independent specification of surface read/write format (#1600) 2020-04-03 19:11:50 +02:00
surfaceMeshExport ENH: support independent specification of surface read/write format (#1600) 2020-04-03 19:11:50 +02:00
surfaceMeshExtract ENH: add stringListOps with whitelist/blacklist matching 2020-02-26 21:40:09 +01:00
surfaceMeshImport ENH: support independent specification of surface read/write format (#1600) 2020-04-03 19:11:50 +02:00
surfaceMeshInfo ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceOrient ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfacePatch STYLE: use writeEntry(), beginBlock(), endBlock() methods 2020-04-28 10:41:23 +02:00
surfacePointMerge ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceRedistributePar ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceRefineRedGreen GIT: Header file updates 2019-10-31 14:48:44 +00:00
surfaceSplitByPatch ENH: improve surfaceSplitByPatch controls (#1600) 2020-03-12 16:20:57 +01:00
surfaceSplitByTopology STYLE: some general spelling fixes 2020-05-04 09:15:21 +02:00
surfaceSplitNonManifolds STYLE: use face_type instead of FaceType typedef 2020-04-28 15:38:47 +02:00
surfaceSubset ENH: improve surfaceSplitByPatch controls (#1600) 2020-03-12 16:20:57 +01:00
surfaceToPatch ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceTransformPoints ENH: support independent specification of surface read/write format (#1600) 2020-04-03 19:11:50 +02:00
README STYLE: surfaceMeshTriangulate renamed to surfaceMeshExtract 2018-12-21 18:37:39 +01:00

2008-10-23

Contents:

surfaceAdd
- adds to surface files. (but does not intersect or anything)

surfaceBooleanOp
- Boolean operations (add, or, xor) on closed surfaces. Probably not working.

surfaceCheck
- checks surface for incorrect topology. Checks normals of neighbouring faces.

surfaceCoarsen
- Stan Melax coarsening algorithm

surfaceConvert
- Converts surfaces to/from various formats

surfaceMeshExtract
- Extracts mesh patches (or faceSets) and writes as a single surface.
- foamToSurface duplicates this

surfaceFind
- Finds nearest vertex and face to given point.

surfacePointMerge
- Explicit point merge of surface.

surfaceSetOutside
- Orient normals on (closed) surface.

surfaceSmooth
- Laplacian smoothing on surface vertices

surfaceSubset
- Subsets surface

surfaceToPatch
- Applies region information of surfaces to mesh.
  Each external face of mesh gets region number of nearest surface triangle.

-------------------------------------------------------------------------------

surfaceMeshConvert
- Similar to surfaceConvert, but uses surfMesh library