openfoam/applications/utilities/surface
2015-12-09 16:10:35 +00:00
..
surfaceAdd ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceBooleanFeatures STYLE: Updated header file documentation 2015-12-09 16:10:35 +00:00
surfaceCheck ENH: Updating utilities based on internal development line 2015-12-02 10:17:28 +00:00
surfaceClean STYLE: Updated header file documentation 2015-12-09 16:10:35 +00:00
surfaceCoarsen STYLE: Updated header file documentation 2015-12-09 16:10:35 +00:00
surfaceConvert ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceFeatureConvert ENH: Updating utilities based on internal development line 2015-12-02 10:17:28 +00:00
surfaceFeatureExtract STYLE: Updated links from openfoam.org to openfoam.com 2015-12-09 15:03:05 +00:00
surfaceFind ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceHookUp STYLE: Updated links from openfoam.org to openfoam.com 2015-12-09 15:03:05 +00:00
surfaceInertia STYLE: Updated header file documentation 2015-12-09 16:10:35 +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 STYLE: Updated links from openfoam.org to openfoam.com 2015-12-09 15:03:05 +00:00
surfaceMeshConvertTesting Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
surfaceMeshExport ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceMeshImport ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceMeshInfo ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceMeshTriangulate ENH: surfaceMeshTriangulate: extract faceZones 2013-10-01 16:26:36 +01:00
surfaceOrient ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfacePatch STYLE: Updated links from openfoam.org to openfoam.com 2015-12-09 15:03:05 +00:00
surfacePointMerge STYLE: Corrected spelling mistakes 2013-04-16 17:01:23 +01:00
surfaceRedistributePar ENH: surface: various updates to the surface utilities 2015-11-10 15:04:32 +00:00
surfaceRefineRedGreen STYLE: Updated header file documentation 2015-12-09 16:10:35 +00:00
surfaceSplitByPatch ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceSplitByTopology STYLE: Updated header file documentation 2015-12-09 16:10:35 +00:00
surfaceSplitNonManifolds ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceSubset STYLE: Updated links from openfoam.org to openfoam.com 2015-12-09 15:03:05 +00:00
surfaceToPatch ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceTransformPoints ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
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