openfoam/applications/utilities/surface
2019-12-23 09:49:23 +00:00
..
surfaceAdd ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceBooleanFeatures ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceCheck ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceClean ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceCoarsen ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceConvert ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceFeatureConvert GIT: Header file updates 2019-10-31 14:48:44 +00:00
surfaceFeatureExtract STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
surfaceFind ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceHookUp GIT: Header file updates 2019-10-31 14:48:44 +00:00
surfaceInertia ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceInflate ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceLambdaMuSmooth GIT: Header file updates 2019-10-31 14:48:44 +00:00
surfaceMeshConvert REL: Release preparations 2019-12-23 09:49:23 +00:00
surfaceMeshExport ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceMeshExtract GIT: Header file updates 2019-10-31 14:48:44 +00:00
surfaceMeshImport ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceMeshInfo ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceOrient ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfacePatch Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
surfacePointMerge ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceRedistributePar ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceRefineRedGreen GIT: Header file updates 2019-10-31 14:48:44 +00:00
surfaceSplitByPatch Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
surfaceSplitByTopology Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
surfaceSplitNonManifolds GIT: Header file updates 2019-10-31 14:48:44 +00:00
surfaceSubset Merge commit 'e9219558d7' into develop-v1906 2019-12-05 11:47:19 +00:00
surfaceToPatch ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceTransformPoints GIT: Header file updates 2019-10-31 14:48:44 +00: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