parallel postChannel
[OpenFOAM-1.5.x.git] / applications / utilities / surface / README
blobacc552cf1c485b573c570ace03f322812fbff701
1 09/01/04
2 Contents:
4 surfaceAdd
5 adds to surface files. (but does not intersect or anything) 
7 surfaceBooleanOp
8 Boolean operations (add, or, xor) on closed surfaces. Probably not working.
10 surfaceCheck
11 checks surface for incorrect topology. Checks normals of neighbouring faces.
13 surfaceCoarsen
14 Stan Melax coarsening algorithm
16 surfaceConvert
17 Converts surfaces to/from various formats
19 surfaceFind
20 Finds nearest vertex and face to given point.
22 surfaceMeshTriangulate
23 Triangulate external facses of mesh and write as surface.
25 surfacePointMerge
26 Explicit point merge of surface.
28 surfaceSetOutside
29 Orient normals on (closed) surface.
31 surfaceSmooth
32 Laplacian smoothing on surface vertices
34 surfaceSubset
35 Subsets surface
37 surfaceToPatch
38 Applies region information of surfaces to mesh. Each external face of mesh
39 gets region number of nearest surface triangle.