openfoam/applications/utilities/surface
2016-06-20 21:20:28 +01:00
..
surfaceAdd Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
surfaceAutoPatch boundaryField() -> boundaryFieldRef() 2016-04-24 22:07:37 +01:00
surfaceBooleanFeatures vector::zero -> Zero 2016-04-16 18:34:41 +01:00
surfaceCheck Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
surfaceClean Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
surfaceCoarsen Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
surfaceConvert Rationalized Doxygen documentation of command-line options 2016-06-17 09:11:58 +01:00
surfaceFeatureConvert applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
surfaceFeatureExtract Updated and simplified the Doxygen documentation 2016-06-20 21:20:28 +01:00
surfaceFind Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
surfaceHookUp Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
surfaceInertia Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
surfaceLambdaMuSmooth vector::zero -> Zero 2016-04-16 18:34:41 +01:00
surfaceMeshConvert Rationalized Doxygen documentation of command-line options 2016-06-17 09:11:58 +01:00
surfaceMeshConvertTesting Rationalized Doxygen documentation of command-line options 2016-06-17 09:11:58 +01:00
surfaceMeshExport Rationalized Doxygen documentation of command-line options 2016-06-17 09:11:58 +01:00
surfaceMeshImport Rationalized Doxygen documentation of command-line options 2016-06-17 09:11:58 +01:00
surfaceMeshInfo Rationalized Doxygen documentation of command-line options 2016-06-17 09:11:58 +01:00
surfaceMeshTriangulate boundaryField() -> boundaryFieldRef() 2016-04-24 22:07:37 +01:00
surfaceOrient ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfacePointMerge STYLE: Corrected spelling mistakes 2013-04-16 17:01:23 +01:00
surfaceRedistributePar Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
surfaceRefineRedGreen ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceSplitByPatch Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
surfaceSplitByTopology Remove/replace deprecated functions and classes 2016-06-20 09:39:02 +01:00
surfaceSplitNonManifolds Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
surfaceSubset Further standardization of loop index naming: pointI -> pointi, patchI -> patchi 2016-05-18 21:20:42 +01:00
surfaceToPatch Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
surfaceTransformPoints transformPoints, surfaceTransformPoints: Updated quaternion construction from Euler-angles 2016-03-14 16:40:35 +00: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