openfoam/applications/utilities/surface
2018-10-16 14:49:56 +02:00
..
surfaceAdd ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceBooleanFeatures COMP: Allwmake: make -q work 2018-11-01 14:12:52 +00:00
surfaceCheck ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceClean ENH: change argList get<> and getList<> from read<>, readList<> 2018-08-09 11:27:36 +02:00
surfaceCoarsen ENH: change argList get<> and getList<> from read<>, readList<> 2018-08-09 11:27:36 +02:00
surfaceConvert ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceFeatureConvert ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceFeatureExtract STYLE: use vtk::surfaceWriter instead of sampleSurface version 2018-10-16 14:49:56 +02:00
surfaceFind ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfaceHookUp STYLE: use edge::unitVec() for improved code clarity 2018-08-10 14:41:32 +02:00
surfaceInertia BUG: surfaceInertia: undo incorrect commit df3a560d 2018-09-19 17:13:42 +01:00
surfaceInflate ENH: distinguish between face areaNormal/unitNormal in the code 2018-08-10 15:43:06 +02:00
surfaceLambdaMuSmooth ENH: change argList get<> and getList<> from read<>, readList<> 2018-08-09 11:27:36 +02:00
surfaceMeshConvert STYLE: enforce Cartesian transform (issue #1027) 2018-10-01 22:55:59 +02:00
surfaceMeshExport STYLE: enforce Cartesian transform (issue #1027) 2018-10-01 22:55:59 +02:00
surfaceMeshImport STYLE: enforce Cartesian transform (issue #1027) 2018-10-01 22:55:59 +02:00
surfaceMeshInfo ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceMeshTriangulate ENH: add globalPath() to argList and TimePaths 2018-09-28 15:24:59 +02:00
surfaceOrient ENH: change argList get<> and getList<> from read<>, readList<> 2018-08-09 11:27:36 +02:00
surfacePatch STYLE: use range-for when looping dictionary entries. 2018-10-19 13:08:24 +02:00
surfacePointMerge ENH: change argList get<> and getList<> from read<>, readList<> 2018-08-09 11:27:36 +02:00
surfaceRedistributePar Work-package-09 geometric constraint 2018-11-08 20:50:47 +00:00
surfaceRefineRedGreen STYLE: consistency in using argList::addArgument, argList::addOption 2017-11-22 12:54:28 +01:00
surfaceSplitByPatch ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceSplitByTopology STYLE: consistency in using argList::addArgument, argList::addOption 2017-11-22 12:54:28 +01:00
surfaceSplitNonManifolds ENH: use vector::normalise and VectorSpace::normalised for clarity 2018-08-10 15:18:29 +02:00
surfaceSubset ENH: use restricted dictionary lookup for utilities (issue #762) 2018-07-24 08:08:30 +02:00
surfaceToPatch ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceTransformPoints ENH: use vector::normalise and VectorSpace::normalised for clarity 2018-08-10 15:18:29 +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