openfoam/applications/utilities/surface
2013-01-28 18:01:22 +00: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 ENH: Add enum and featurePointEdges. 2012-12-11 17:08:27 +00:00
surfaceCheck Updated headers 2012-04-17 16:49:03 +01:00
surfaceClean STYLE: surfaceClean: unused routine 2012-12-18 17:24:42 +00:00
surfaceCoarsen STYLE: surfaceCoarsen: remove rabdata 2012-06-06 12:35:48 +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 ENH: cvMesh: split refinement and smoothing of background mesh 2013-01-28 18:01:22 +00: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 BUG: sampleDict: missing type 2012-12-05 15:21:00 +00:00
surfaceMeshConvertTesting BUG: setFields: timeSelector overrides controlDict setting 2012-07-26 16:55:25 +01:00
surfaceMeshExport BUG: sampleDict: missing type 2012-12-05 15:21:00 +00:00
surfaceMeshImport BUG: sampleDict: missing type 2012-12-05 15:21:00 +00:00
surfaceMeshInfo BUG: setFields: timeSelector overrides controlDict setting 2012-07-26 16:55:25 +01:00
surfaceMeshTriangulate ENH: surfaceMeshTriangulate: surface is fileName, not word 2012-05-31 13:58:45 +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 Updated headers 2012-04-17 16:49:03 +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 BUG: surfaceSplitByTopology: #485 2012-05-01 17:24:09 +01:00
surfaceSplitNonManifolds Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
surfaceSubset Updated headers 2012-04-17 16:49:03 +01:00
surfaceToPatch ENH: polyPatch: adding constraint patches to group 2012-09-05 16:40:59 +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