openfoam/applications/utilities/surface
Mark Olesen 14a404170b ENH: for-range, forAllIters() ... in applications/utilities
- reduced clutter when iterating over containers
2019-01-07 09:20:51 +01:00
..
surfaceAdd ENH: for-range, forAllIters() ... in applications/utilities 2019-01-07 09:20:51 +01:00
surfaceBooleanFeatures ENH: for-range, forAllIters() ... in applications/utilities 2019-01-07 09:20:51 +01:00
surfaceCheck STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceClean STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceCoarsen STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceConvert STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceFeatureConvert ENH: support usage descriptions for command arguments 2018-12-12 11:58:56 +01:00
surfaceFeatureExtract ENH: for-range, forAllIters() ... in applications/utilities 2019-01-07 09:20:51 +01:00
surfaceFind STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceHookUp STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
surfaceInertia STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceInflate STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceLambdaMuSmooth ENH: support usage descriptions for command arguments 2018-12-12 11:58:56 +01:00
surfaceMeshConvert STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
surfaceMeshExport STYLE: ensure help for -dict matches its intended usage 2018-12-17 10:39:59 +01:00
surfaceMeshExtract ENH: for-range, forAllIters() ... in applications/utilities 2019-01-07 09:20:51 +01:00
surfaceMeshImport STYLE: ensure help for -dict matches its intended usage 2018-12-17 10:39:59 +01:00
surfaceMeshInfo STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceOrient STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfacePatch STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
surfacePointMerge STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceRedistributePar STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceRefineRedGreen ENH: support usage descriptions for command arguments 2018-12-12 11:58:56 +01:00
surfaceSplitByPatch ENH: support usage descriptions for command arguments 2018-12-12 11:58:56 +01:00
surfaceSplitByTopology ENH: support usage descriptions for command arguments 2018-12-12 11:58:56 +01:00
surfaceSplitNonManifolds ENH: for-range, forAllIters() ... in applications/utilities 2019-01-07 09:20:51 +01:00
surfaceSubset STYLE: Updating version to v1812 2018-12-19 18:07:52 +00:00
surfaceToPatch ENH: for-range, forAllIters() ... in applications/utilities 2019-01-07 09:20:51 +01:00
surfaceTransformPoints ENH: support usage descriptions for command arguments 2018-12-12 11:58:56 +01: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