openfoam/applications/utilities/surface
2016-10-04 09:16:08 +02:00
..
surfaceAdd GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceBooleanFeatures Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop 2016-06-27 23:22:54 +01:00
surfaceCheck COMP: Multiple changes - first clean build after latest merge - UNTESTED 2016-09-23 15:36:53 +01:00
surfaceClean GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceCoarsen GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceConvert GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceFeatureConvert ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
surfaceFeatureExtract GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceFind GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceHookUp GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceInertia GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceInflate ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
surfaceLambdaMuSmooth ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
surfaceMeshConvert GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceMeshConvertTesting GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceMeshExport GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceMeshImport STYLE: minor adjustments to doxygen comments 2016-10-04 09:16:08 +02:00
surfaceMeshInfo GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceMeshTriangulate GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceOrient ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
surfacePatch STYLE: Consistency updates 2016-09-23 16:52:46 +01:00
surfacePointMerge ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
surfaceRedistributePar GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceRefineRedGreen ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
surfaceSplitByPatch GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceSplitByTopology GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceSplitNonManifolds GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceSubset GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceToPatch GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceTransformPoints ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
README Enhance edgeMesh to support more formats. 2009-12-11 16:29:55 +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 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