openfoam/applications/utilities/surface
2018-08-02 10:18:59 +01:00
..
surfaceAdd ENH: improve consistency of ListOps and stringListOps 2018-02-21 12:58:00 +01:00
surfaceBooleanFeatures COMP: Allwmake: pass through targetType 2018-08-02 10:18:59 +01:00
surfaceCheck ENH: consistency of HashSet setMany(), insertMany() with packed-list version 2018-03-14 21:08:29 +01:00
surfaceClean ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfaceCoarsen ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfaceConvert ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfaceFeatureConvert ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfaceFeatureExtract ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
surfaceFind ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfaceHookUp ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
surfaceInertia ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfaceInflate ENH: make format of ExecutionTime = ... output configurable (issue #788) 2018-04-27 15:00:34 +02:00
surfaceLambdaMuSmooth ENH: code reduction in PackedList, PackedBoolList (issue #751) 2018-03-13 08:32:40 +01:00
surfaceMeshConvert ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
surfaceMeshExport ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfaceMeshImport ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
surfaceMeshInfo ENH: suppress Info output for some cases (issue #722, #893) 2018-06-22 12:26:33 +02:00
surfaceMeshTriangulate STYLE: revert bitSet/HashSet setMany() to set() method (issue #837) 2018-05-29 17:38:02 +02:00
surfaceOrient ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfacePatch ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
surfacePointMerge ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfaceRedistributePar ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfaceRefineRedGreen STYLE: consistency in using argList::addArgument, argList::addOption 2017-11-22 12:54:28 +01:00
surfaceSplitByPatch STYLE: consistency in using argList::addArgument, argList::addOption 2017-11-22 12:54:28 +01:00
surfaceSplitByTopology STYLE: consistency in using argList::addArgument, argList::addOption 2017-11-22 12:54:28 +01:00
surfaceSplitNonManifolds STYLE: Correcting typos 2018-03-28 17:14:16 +01:00
surfaceSubset ENH: Updated config for release v1806 2018-06-28 12:56:00 +01:00
surfaceToPatch ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfaceTransformPoints ENH: change wordRes to be a List of wordRe instead of a wrapper (issue #259) 2018-02-21 10:05:30 +01: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