openfoam/applications/utilities/surface
Mark Olesen 29a5793b5b STYLE: argList::opt method instead of the longer argList::lookupOrDefault
- also replaced a few instances of readIfPresent with opt<> for
  constant values.
2018-12-12 12:10:39 +01:00
..
surfaceAdd STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceBooleanFeatures STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +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 STYLE: use vtk::surfaceWriter instead of sampleSurface version 2018-10-16 14:49:56 +02:00
surfaceFind STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceHookUp ENH: support usage descriptions for command arguments 2018-12-12 11:58:56 +01: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: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceMeshExport STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceMeshImport STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceMeshInfo STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceMeshTriangulate ENH: support usage descriptions for command arguments 2018-12-12 11:58:56 +01:00
surfaceOrient STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfacePatch STYLE: add usage notes to more utilities and solvers 2018-12-11 15:25:27 +01: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: support usage descriptions for command arguments 2018-12-12 11:58:56 +01:00
surfaceSubset ENH: support usage descriptions for command arguments 2018-12-12 11:58:56 +01:00
surfaceToPatch STYLE: argList::opt method instead of the longer argList::lookupOrDefault 2018-12-12 12:10:39 +01:00
surfaceTransformPoints ENH: support usage descriptions for command arguments 2018-12-12 11:58:56 +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