openfoam/applications/utilities/surface
Mark Olesen e3d4443871 ENH: improve surfaceSplitByPatch controls (#1600)
- uses MeshedSurface instead of triSurface to prevent automatic
  triangulation.

- supports '-patches' and '-excludePatches' controls as per foamToVTK.
  For example,

    surfaceSplitByPatch -patches '( ".*rider.*" )'  motorBike.obj

ENH: use MeshedSurface for surfaceSubset
2020-03-12 16:20:57 +01:00
..
surfaceAdd ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceBooleanFeatures STYLE: adjust names, locations for fileFormats 2020-02-18 13:51:20 +01:00
surfaceCheck STYLE: adjust names, locations for fileFormats 2020-02-18 13:51:20 +01:00
surfaceClean ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceCoarsen ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceConvert ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceFeatureConvert GIT: Header file updates 2019-10-31 14:48:44 +00: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 BUG: surfaceInertia analytic eigendecomposition (fixes #1599) 2020-02-19 10:14:57 +01: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 STYLE: find(), cfind() methods instead of lookupPtr() 2020-03-11 22:05:15 +01:00
surfaceMeshExport STYLE: find(), cfind() methods instead of lookupPtr() 2020-03-11 22:05:15 +01:00
surfaceMeshExtract ENH: add stringListOps with whitelist/blacklist matching 2020-02-26 21:40:09 +01:00
surfaceMeshImport STYLE: find(), cfind() methods instead of lookupPtr() 2020-03-11 22:05:15 +01: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 ENH: provide defaultName() static method for patches, zones 2020-01-16 13:24:23 +01: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 Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
surfaceSplitNonManifolds GIT: Header file updates 2019-10-31 14:48:44 +00: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 GIT: Header file updates 2019-10-31 14:48:44 +00: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