openfoam/applications/utilities/surface
graham f7367d328a This commit plus a subsequent merge of master is the code that is to be sent to Audi and VW, Jan/Feb 2011.
Represents a working snapshot of the polyhedral mesher for evaluation.

Rolling back surfaceFeatureExtract to remove latest developments and reduce the
file output.
2011-01-28 11:18:52 +00:00
..
surfaceAdd Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceAutoPatch Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceBooleanFeatures Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceCheck ENH: Using triangle quality without checking - check is now in triangle class. 2011-01-19 19:39:27 +00:00
surfaceClean Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceCoarsen Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceConvert Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceFeatureConvert Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceFeatureExtract This commit plus a subsequent merge of master is the code that is to be sent to Audi and VW, Jan/Feb 2011. 2011-01-28 11:18:52 +00:00
surfaceFind Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceInertia Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceMeshConvert Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceMeshConvertTesting Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceMeshExport Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceMeshImport Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceMeshTriangulate Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceOrient Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfacePointMerge Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceRedistributePar Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceRefineRedGreen Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceSmooth Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceSplitByPatch Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceSplitByTopology Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceSplitNonManifolds Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceSubset Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceToPatch STYLE: removed globalMeshData::bb(). Use mesh.bounds() instead 2011-01-20 13:46:02 +00:00
surfaceTransformPoints Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00: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