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-07 13:01:07 +01:00
..
surfaceAdd merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceAutoPatch merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceCheck merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceClean merged triSurface and meshTools 2015-08-07 13:01:07 +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 merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceFeatureExtract merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceFind merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceMeshConvert Renamed string.H and Time.H to foamString.H and foamTime.H 2015-08-07 12:59:14 +01:00
surfaceMeshConvertTesting merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceMeshExport Renamed string.H and Time.H to foamString.H and foamTime.H 2015-08-07 12:59:14 +01:00
surfaceMeshImport Renamed string.H and Time.H to foamString.H and foamTime.H 2015-08-07 12:59:14 +01:00
surfaceMeshTriangulate merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceOrient merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfacePointMerge merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceRedistributePar merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceRefineRedGreen merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceSmooth merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceSplitByPatch merged triSurface and meshTools 2015-08-07 13:01:07 +01:00
surfaceSplitNonManifolds merged triSurface and meshTools 2015-08-07 13:01:07 +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