openfoam/applications/utilities/surface
2012-05-01 17:29:14 +01:00
..
surfaceAdd Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceAutoPatch Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceBooleanFeatures ENH: surfaceBooleanFeatures: write eMesh edgeMesh as well 2012-05-01 17:13:29 +01:00
surfaceCheck Updated headers 2012-04-17 16:49:03 +01:00
surfaceClean Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceCoarsen Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceConvert ENH: Merge cvMesh functionality into cv2DMesh 2011-11-18 09:53:46 +00:00
surfaceFeatureConvert Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceFeatureExtract Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-01 10:26:32 +01:00
surfaceFind Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceInertia Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceMeshConvert Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceMeshConvertTesting Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceMeshExport Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceMeshImport Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceMeshInfo Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceMeshTriangulate STYLE: snappyHexMeshDict, surfaceMeshTriangulate: corrected comment 2012-04-10 12:33:45 +01:00
surfaceOrient Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfacePointMerge Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceRedistributePar Updated headers 2012-04-17 16:49:03 +01:00
surfaceRefineRedGreen Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceSmooth Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceSplitByPatch Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceSplitByTopology BUG: surfaceSplitByTopology: #485 2012-05-01 17:24:09 +01:00
surfaceSplitNonManifolds Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceSubset Updated headers 2012-04-17 16:49:03 +01:00
surfaceToPatch Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceTransformPoints Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +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