openfoam/applications/utilities/surface
2015-12-02 10:17:28 +00:00
..
surfaceAdd
surfaceBooleanFeatures ENH: Updating utilities based on internal development line 2015-12-02 10:17:28 +00:00
surfaceCheck ENH: Updating utilities based on internal development line 2015-12-02 10:17:28 +00:00
surfaceClean
surfaceCoarsen
surfaceConvert
surfaceFeatureConvert ENH: Updating utilities based on internal development line 2015-12-02 10:17:28 +00:00
surfaceFeatureExtract Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
surfaceFind
surfaceHookUp Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
surfaceInertia ENH: Updating utilities based on internal development line 2015-12-02 10:17:28 +00:00
surfaceInflate ENH: Updating utilities based on internal development line 2015-12-02 10:17:28 +00:00
surfaceLambdaMuSmooth ENH: Updating utilities based on internal development line 2015-12-02 10:17:28 +00:00
surfaceMeshConvert
surfaceMeshConvertTesting Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
surfaceMeshExport
surfaceMeshImport
surfaceMeshInfo
surfaceMeshTriangulate
surfaceOrient
surfacePatch ENH: Updating utilities based on internal development line 2015-12-02 10:17:28 +00:00
surfacePointMerge
surfaceRedistributePar ENH: surface: various updates to the surface utilities 2015-11-10 15:04:32 +00:00
surfaceRefineRedGreen
surfaceSplitByPatch
surfaceSplitByTopology
surfaceSplitNonManifolds
surfaceSubset ENH: Updating utilities based on internal development line 2015-12-02 10:17:28 +00:00
surfaceToPatch
surfaceTransformPoints
README

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 faces 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