openfoam/applications/utilities/surface
2014-06-09 11:12:14 +01:00
..
surfaceAdd ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceAutoPatch ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceBooleanFeatures ENH: foamyHexMesh: Include baffle handling 2013-09-25 12:37:19 +01:00
surfaceCheck STYLE: surfaceCheck: use boundBox non-reduce constructor 2014-06-09 11:12:14 +01:00
surfaceClean ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceCoarsen ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceConvert ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceFeatureConvert ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceFeatureExtract Updated for release 2.3.0 2014-02-17 10:21:46 +00:00
surfaceFind ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceHookUp Updated for release 2.3.0 2014-02-17 10:21:46 +00:00
surfaceInertia ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceLambdaMuSmooth ENH: surfaceLambdaMuSmooth: shortcut if mu=0 2013-12-20 16:00:26 +00:00
surfaceMeshConvert Updated for release 2.3.0 2014-02-17 10:21:46 +00:00
surfaceMeshConvertTesting ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceMeshExport ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceMeshImport ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceMeshInfo ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceMeshTriangulate ENH: surfaceMeshTriangulate: extract faceZones 2013-10-01 16:26:36 +01:00
surfaceOrient ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfacePointMerge STYLE: Corrected spelling mistakes 2013-04-16 17:01:23 +01:00
surfaceRedistributePar ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceRefineRedGreen ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceSplitByPatch ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceSplitByTopology BUG: surfaceSplitByTopology: #485 2012-05-01 17:24:09 +01:00
surfaceSplitNonManifolds ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceSubset Updated for release 2.3.0 2014-02-17 10:21:46 +00:00
surfaceToPatch ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceTransformPoints ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +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