openfoam/applications/utilities/surface
henry 47996ef186 Removed all warnings from gcc-4.3.0 except those from
NamedEnum (bug in compiler?)
molecule (Graham dealing with it)
lex (no comment)
VTK (again no comment)
2008-06-11 15:55:07 +01:00
..
surfaceAdd Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
surfaceCheck Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
surfaceClean Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
surfaceCoarsen Removed all warnings from gcc-4.3.0 except those from 2008-06-11 15:55:07 +01:00
surfaceConvert Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
surfaceFeatureConvert typo in comment 2008-06-05 13:06:15 +01:00
surfaceFeatureExtract initial mattijsLib merge 2008-04-23 15:51:54 +01:00
surfaceFind Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
surfaceMeshTriangulate Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
surfaceOrient Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
surfacePointMerge Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
surfaceRefineRedGreen Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
surfaceSmooth Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
surfaceSplitByPatch Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
surfaceSplitNonManifolds Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
surfaceSubset Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
surfaceToPatch Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00
surfaceTransformPoints cleanup backups 2008-05-29 14:05:42 +01:00
README Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00

09/01/04
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 facses 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.