openfoam/applications/utilities/surface
2020-12-23 10:01:39 +01:00
..
surfaceAdd ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceBooleanFeatures CONFIG: provisional cuda rule. Update naming for CGAL rules 2020-11-17 21:29:07 +01:00
surfaceCheck STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
surfaceClean ENH: generate local orientation vectors for blockMesh VTK output (#1903) 2020-10-28 16:04:12 +01:00
surfaceCoarsen ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceConvert ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceFeatureConvert ENH: support independent specification of surface read/write format (#1600) 2020-04-03 19:11:50 +02:00
surfaceFeatureExtract STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
surfaceFind ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceHookUp ENH: report dictionary name actually used (for -dict option) 2020-06-02 14:29:36 +02:00
surfaceInertia ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceInflate ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceLambdaMuSmooth GIT: Header file updates 2019-10-31 14:48:44 +00:00
surfaceMeshConvert RELEASE: Updated version to v2012 2020-12-23 10:01:39 +01:00
surfaceMeshExport STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
surfaceMeshExtract STYLE: use more generic terms allow/deny for selections 2020-09-09 13:54:34 +02:00
surfaceMeshImport ENH: report dictionary name actually used (for -dict option) 2020-06-02 14:29:36 +02:00
surfaceMeshInfo ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceOrient ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfacePatch ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
surfacePointMerge ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceRedistributePar ENH: add UPstream::parRun(const bool) 2020-10-12 12:51:22 +02:00
surfaceRefineRedGreen ENH: additional options for transformPoints and surfaceRefineRedGreen 2020-10-22 14:59:12 +02:00
surfaceSplitByPatch STYLE: use more generic terms allow/deny for selections 2020-09-09 13:54:34 +02:00
surfaceSplitByTopology GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
surfaceSplitNonManifolds STYLE: use face_type instead of FaceType typedef 2020-04-28 15:38:47 +02:00
surfaceSubset ENH: improve surfaceSplitByPatch controls (#1600) 2020-03-12 16:20:57 +01:00
surfaceToPatch ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
surfaceTransformPoints BUG: transformPoints flagged zero or negative scaling as an error 2020-11-26 01:04:55 +01:00
README GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02: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