openfoam/applications/utilities/surface
Kutalmis Bercin 9be1772e0c BUG: surfaceInertia analytic eigendecomposition (fixes #1599)
- was missing cast to symmTensor
2020-02-19 10:14:57 +01:00
..
surfaceAdd ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
surfaceBooleanFeatures STYLE: adjust names, locations for fileFormats 2020-02-18 13:51:20 +01:00
surfaceCheck STYLE: adjust names, locations for fileFormats 2020-02-18 13:51:20 +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 ENH: adjustments to Switch 2020-02-18 21:51:35 +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 BUG: surfaceInertia analytic eigendecomposition (fixes #1599) 2020-02-19 10:14:57 +01:00
surfaceInflate STYLE: adjust names, locations for fileFormats 2020-02-18 13:51:20 +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 ENH: provide defaultName() static method for patches, zones 2020-01-16 13:24:23 +01: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 ENH: provide defaultName() static method for patches, zones 2020-01-16 13:24:23 +01: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