openfoam/applications/utilities/surface
2017-10-12 19:20:56 +02:00
..
surfaceAdd STYLE: minor cleanup after merge 2017-09-22 16:25:17 +02:00
surfaceBooleanFeatures TUT: script cleanup, provide cleanCase0 for commonly used operation 2017-10-12 19:20:56 +02:00
surfaceCheck STYLE: rebase edge on labelPair, additional methods in Pair 2017-10-06 20:10:49 +02:00
surfaceClean ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceCoarsen ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceConvert ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceFeatureConvert Integrated Foundation code to commit 104aac5 2017-05-17 16:35:18 +01:00
surfaceFeatureExtract STYLE: rebase edge on labelPair, additional methods in Pair 2017-10-06 20:10:49 +02:00
surfaceFind surfaceFind: output region/zone number of found face 2017-06-02 21:02:01 +01:00
surfaceHookUp INT: Integration of Mattijs' collocated parallel IO additions 2017-07-07 11:39:56 +01:00
surfaceInertia ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceInflate ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceLambdaMuSmooth Integrated Foundation code to commit 104aac5 2017-05-17 16:35:18 +01:00
surfaceMeshConvert Merge remote-tracking branch 'origin/decomposeParDict' into develop 2016-11-19 15:34:36 +01:00
surfaceMeshExport GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceMeshImport STYLE: minor adjustments to doxygen comments 2016-10-04 09:16:08 +02:00
surfaceMeshInfo ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceMeshTriangulate INT: Integration of Mattijs' collocated parallel IO additions 2017-07-07 11:39:56 +01:00
surfaceOrient ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfacePatch STYLE: use auto and cfind to simplify selector usage (issue #512) 2017-07-03 10:36:03 +02:00
surfacePointMerge ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceRedistributePar ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceRefineRedGreen ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
surfaceSplitByPatch ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
surfaceSplitByTopology ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
surfaceSplitNonManifolds ENH: improved handling of 'unresolved' surface intersections (issue #450) 2017-05-08 14:57:47 +02:00
surfaceSubset STYLE: minor cleanup after merge 2017-09-22 16:25:17 +02:00
surfaceToPatch ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
surfaceTransformPoints STYLE: minor cleanup after merge 2017-09-22 16:25:17 +02: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