openfoam/applications/utilities/surface
graham ff671ff1bb Merge branch 'master' into cvm
Conflicts:
	applications/utilities/surface/surfaceFeatureConvert/surfaceFeatureConvert.C
	applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
	src/Allwmake
	src/edgeMesh/Make/files
	src/edgeMesh/edgeMesh.C
	src/edgeMesh/edgeMesh.H
	src/edgeMesh/edgeMeshI.H
	src/edgeMesh/edgeMeshIO.C
	src/edgeMesh/featureEdgeMesh.C
	src/edgeMesh/featureEdgeMesh.H
	src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C
	src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H
	src/meshTools/searchableSurface/closedTriSurfaceMesh.C
	src/meshTools/searchableSurface/closedTriSurfaceMesh.H

Merged Mark's work on edgeMesh with my featureEdgeMesh.
2009-12-21 15:52:03 +00:00
..
surfaceAdd Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
surfaceAutoPatch coding style adherence 2009-11-27 15:39:14 +01:00
surfaceCheck add corners() method to boundBox 2009-12-07 13:06:03 +01:00
surfaceClean remove trailing space from some files 2009-12-04 13:39:35 +01:00
surfaceCoarsen remove fvCFD.H usage from remaining library source 2009-12-02 15:34:52 +01:00
surfaceConvert Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
surfaceFeatureConvert Enhance edgeMesh to support more formats. 2009-12-11 16:29:55 +01:00
surfaceFeatureExtract Merge branch 'master' into cvm 2009-12-21 15:52:03 +00:00
surfaceFind Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
surfaceInertia Reimplementing the uniform density solid inertia calculation from: 2009-12-18 18:14:32 +00:00
surfaceMeshConvert remove empty 'Description' from various .C files 2009-12-04 14:11:33 +01:00
surfaceMeshConvertTesting Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
surfaceMeshExport Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
surfaceMeshImport Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
surfaceMeshTriangulate Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
surfaceOrient Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
surfacePointMerge Apply coding style recommendations: 2009-11-30 08:55:03 +01:00
surfaceRedistributePar Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
surfaceRefineRedGreen coding style adherence 2009-11-27 15:39:14 +01:00
surfaceSmooth Apply coding style recommendations: 2009-11-30 08:55:03 +01:00
surfaceSplitByPatch coding style adherence 2009-11-27 15:39:14 +01:00
surfaceSplitByTopology Rename utility surfaceRemoveBaffles -> surfaceSplitByTopology 2009-08-11 19:46:20 +01:00
surfaceSplitNonManifolds Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
surfaceSubset pedantic changes: 'forAll (' -> 'forAll(' in applications/ 2009-12-03 14:12:08 +01:00
surfaceToPatch Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
surfaceTransformPoints argList gets addNote() static method 2009-12-09 10:58:32 +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