initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / applications / utilities / surface / README
blob292d8ca0b5d0bf154ae0f6aee5ddfa17227b2152
1 2008-10-23
3 Contents:
5 surfaceAdd
6 - adds to surface files. (but does not intersect or anything)
8 surfaceBooleanOp
9 - Boolean operations (add, or, xor) on closed surfaces. Probably not working.
11 surfaceCheck
12 - checks surface for incorrect topology. Checks normals of neighbouring faces.
14 surfaceCoarsen
15 - Stan Melax coarsening algorithm
17 surfaceConvert
18 - Converts surfaces to/from various formats
20 surfaceFind
21 - Finds nearest vertex and face to given point.
23 surfaceMeshTriangulate
24 - Triangulate external facses of mesh and write as surface.
26 surfacePointMerge
27 - Explicit point merge of surface.
29 surfaceSetOutside
30 - Orient normals on (closed) surface.
32 surfaceSmooth
33 - Laplacian smoothing on surface vertices
35 surfaceSubset
36 - Subsets surface
38 surfaceToPatch
39 - Applies region information of surfaces to mesh.
40   Each external face of mesh gets region number of nearest surface triangle.
42 -------------------------------------------------------------------------------
44 surfaceMeshConvert
45 - Similar to surfaceConvert, but uses surfMesh library