openfoam/applications/utilities/surface
2012-03-29 18:07:24 +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 COMP: 64bit label changes 2011-11-28 12:56:34 +00:00
surfaceCheck BUG: surfaceCheck: handle .gz additional extension (e.g. motorBike.obj.gz) 2012-01-05 10:07:04 +00: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 STYLE: surfaceFeautreExtract: indentation and comment 2012-03-29 18:07:24 +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 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +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 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +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 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceSplitNonManifolds Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceSubset Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +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