openfoam/applications/utilities/surface
2019-06-26 11:52:15 +01:00
..
surfaceAdd BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceBooleanFeatures COMP: skip CGAL rules when -DNO_CGAL is defined for surfaceBooleanFeatures 2019-04-30 10:33:01 +02:00
surfaceCheck COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceClean COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceCoarsen BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceConvert BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceFeatureConvert BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceFeatureExtract COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceFind COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceHookUp COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceInertia COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceInflate COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceLambdaMuSmooth BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceMeshConvert RELEASE: Version clean-up for release 2019-06-25 11:51:19 +01:00
surfaceMeshExport COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceMeshExtract ENH: add -excludePatches option for surfaceMeshExtract (#1315) 2019-05-10 17:11:47 +02:00
surfaceMeshImport COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceMeshInfo COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceOrient COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfacePatch COMP: Resolved some name clashes for #ifdef statements 2019-06-26 11:52:15 +01:00
surfacePointMerge COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceRedistributePar COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceRefineRedGreen COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceSplitByPatch BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceSplitByTopology BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceSplitNonManifolds COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceSubset COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceToPatch COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
surfaceTransformPoints ENH: support all 12 Euler rotation orders (#1292) 2019-05-10 11:20:21 +02:00
README STYLE: surfaceMeshTriangulate renamed to surfaceMeshExtract 2018-12-21 18:37:39 +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

surfaceMeshExtract
- Extracts mesh patches (or faceSets) and writes as a single surface.
- foamToSurface duplicates this

surfaceFind
- Finds nearest vertex and face to given point.

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