openfoam/applications/utilities/surface
mattijs dfa8cf417a BUG: setFields: timeSelector overrides controlDict setting
(more general: timeSelector should only be used for postprocessing utils)
2012-07-26 16:55:25 +01: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: surfaceBooleanFeatures: write eMesh edgeMesh as well 2012-05-01 17:13:29 +01:00
surfaceCheck Updated headers 2012-04-17 16:49:03 +01:00
surfaceClean Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01: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 STYLE: surfaceFeatureExtract: indenting, scoping 2012-05-31 14:00:27 +01: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: setFields: timeSelector overrides controlDict setting 2012-07-26 16:55:25 +01:00
surfaceMeshConvertTesting BUG: setFields: timeSelector overrides controlDict setting 2012-07-26 16:55:25 +01:00
surfaceMeshExport BUG: setFields: timeSelector overrides controlDict setting 2012-07-26 16:55:25 +01:00
surfaceMeshImport BUG: setFields: timeSelector overrides controlDict setting 2012-07-26 16:55:25 +01: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 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +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