openfoam/applications/utilities/surface
2008-07-14 14:50:35 +02:00
..
surfaceAdd updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfaceCheck updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfaceClean updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfaceCoarsen updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfaceConvert updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfaceFeatureConvert updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfaceFeatureExtract updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfaceFind updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfaceMeshTriangulate updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfaceOrient updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfacePointMerge updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfaceRefineRedGreen updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfaceSmooth updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfaceSplitByPatch updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfaceSplitNonManifolds updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfaceSubset update dictionary headers and FoamFile entry to 1.5 format 2008-07-14 14:50:35 +02:00
surfaceToPatch updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
surfaceTransformPoints updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02: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.