openfoam/applications/utilities/surface
Mark Olesen a3fec987a8 CLEANUP: remove most references to (deprecated) .ftr file format
- use .obj files for debugging purposes instead.
2010-02-17 13:56:56 +01:00
..
surfaceAdd ENH: provide operator[] for accessing argList options. 2010-02-17 11:43:42 +01:00
surfaceAutoPatch STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfaceCheck CLEANUP: remove most references to (deprecated) .ftr file format 2010-02-17 13:56:56 +01:00
surfaceClean STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfaceCoarsen STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfaceConvert STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfaceFeatureConvert STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfaceFeatureExtract ENH: provide operator[] for accessing argList options. 2010-02-17 11:43:42 +01:00
surfaceFind STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfaceInertia STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfaceMeshConvert ENH: provide operator[] for accessing argList options. 2010-02-17 11:43:42 +01:00
surfaceMeshConvertTesting STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfaceMeshExport ENH: provide operator[] for accessing argList options. 2010-02-17 11:43:42 +01:00
surfaceMeshImport ENH: provide operator[] for accessing argList options. 2010-02-17 11:43:42 +01:00
surfaceMeshTriangulate CLEANUP: remove most references to (deprecated) .ftr file format 2010-02-17 13:56:56 +01:00
surfaceOrient STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfacePointMerge STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfaceRedistributePar STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfaceRefineRedGreen STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfaceSmooth STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfaceSplitByPatch STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfaceSplitNonManifolds CLEANUP: remove most references to (deprecated) .ftr file format 2010-02-17 13:56:56 +01:00
surfaceSubset STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfaceToPatch STYLE: use new argList argRead() method and operator[] for cleaner code. 2010-02-16 17:57:49 +01:00
surfaceTransformPoints ENH: provide operator[] for accessing argList options. 2010-02-17 11:43:42 +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