openfoam/applications/utilities/surface
Mark Olesen b3e5620d2a COMP: typo in surfaceBooleanFeatures/PolyhedronReader Make/options
ENH: strip {GMP,MPRF}_ARCH_PATH in make rules
2020-06-05 12:36:37 +02:00
..
surfaceAdd ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceBooleanFeatures COMP: typo in surfaceBooleanFeatures/PolyhedronReader Make/options 2020-06-05 12:36:37 +02:00
surfaceCheck ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceClean ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceCoarsen ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceConvert ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceFeatureConvert ENH: support independent specification of surface read/write format (#1600) 2020-04-03 19:11:50 +02:00
surfaceFeatureExtract ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
surfaceFind ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceHookUp ENH: report dictionary name actually used (for -dict option) 2020-06-02 14:29:36 +02:00
surfaceInertia ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceInflate ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceLambdaMuSmooth GIT: Header file updates 2019-10-31 14:48:44 +00:00
surfaceMeshConvert ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceMeshExport ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceMeshExtract ENH: add stringListOps with whitelist/blacklist matching 2020-02-26 21:40:09 +01:00
surfaceMeshImport ENH: report dictionary name actually used (for -dict option) 2020-06-02 14:29:36 +02:00
surfaceMeshInfo ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceOrient ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfacePatch ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
surfacePointMerge ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceRedistributePar ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02: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 predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02: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