This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/applications/utilities/surface
2015-08-19 09:14:33 +01:00
..
surfaceAdd merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceAutoPatch Fixed backslash-newline in options 2015-08-19 09:14:33 +01:00
surfaceCheck merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceClean Fixed backslash-newline in options 2015-08-19 09:14:33 +01:00
surfaceCoarsen merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceConvert merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceFeatureConvert Fixed backslash-newline in options 2015-08-19 09:14:33 +01:00
surfaceFeatureExtract Fixed backslash-newline in options 2015-08-19 09:14:33 +01:00
surfaceFind merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceMeshConvert Fixed backslash-newline in options 2015-08-19 09:14:33 +01:00
surfaceMeshConvertTesting merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceMeshExport Fixed backslash-newline in options 2015-08-19 09:14:33 +01:00
surfaceMeshImport Fixed backslash-newline in options 2015-08-19 09:14:33 +01:00
surfaceMeshTriangulate Fixed backslash-newline in options 2015-08-19 09:14:33 +01:00
surfaceOrient Fixed backslash-newline in options 2015-08-19 09:14:33 +01:00
surfacePointMerge Fixed backslash-newline in options 2015-08-19 09:14:33 +01:00
surfaceRedistributePar Fixed backslash-newline in options 2015-08-19 09:14:33 +01:00
surfaceRefineRedGreen Fixed backslash-newline in options 2015-08-19 09:14:33 +01:00
surfaceSmooth merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceSplitByPatch Fixed backslash-newline in options 2015-08-19 09:14:33 +01:00
surfaceSplitNonManifolds Fixed backslash-newline in options 2015-08-19 09:14:33 +01:00
surfaceSubset merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceToPatch merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceTransformPoints merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
README Port update: to utilities/post-processing 2010-08-25 22:42:57 +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

surfaceFind
- Finds nearest vertex and face to given point.

surfaceMeshTriangulate
- Triangulate external facses of mesh and write as surface.

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