openfoam/applications/utilities/surface
2016-04-28 14:17:06 +01:00
..
surfaceAdd ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceBooleanFeatures ENH: Consistency updates after Foundation merge and code tidying 2016-04-25 16:46:56 +01:00
surfaceCheck GIT: Resolved conflict 2015-12-09 09:32:38 +00:00
surfaceClean GIT: Initial commit after latest foundation merge 2016-04-25 11:40:48 +01:00
surfaceCoarsen GIT: Initial commit after latest foundation merge 2016-04-25 11:40:48 +01:00
surfaceConvert applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
surfaceFeatureConvert GIT: Resolved conflict 2015-12-09 09:32:38 +00:00
surfaceFeatureExtract GIT: Initial commit after latest foundation merge 2016-04-25 11:40:48 +01:00
surfaceFind ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceHookUp GIT: Initial commit after latest foundation merge 2016-04-25 11:40:48 +01:00
surfaceInertia GIT: Initial commit after latest foundation merge 2016-04-25 11:40:48 +01:00
surfaceInflate ENH: Updated xxx::zero->Zero 2016-04-28 14:17:06 +01:00
surfaceLambdaMuSmooth GIT: Initial commit after latest foundation merge 2016-04-25 11:40:48 +01:00
surfaceMeshConvert GIT: Initial commit after latest foundation merge 2016-04-25 11:40:48 +01:00
surfaceMeshConvertTesting applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
surfaceMeshExport Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus into feature-shared-file 2016-01-25 16:29:04 +00:00
surfaceMeshImport Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus into feature-shared-file 2016-01-25 16:29:04 +00:00
surfaceMeshInfo ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceMeshTriangulate applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
surfaceOrient ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfacePatch STYLE: Updated version to 'plus' 2015-12-22 23:14:17 +00:00
surfacePointMerge STYLE: Corrected spelling mistakes 2013-04-16 17:01:23 +01:00
surfaceRedistributePar GIT: Initial commit after latest foundation merge 2016-04-25 11:40:48 +01:00
surfaceRefineRedGreen STYLE: Updated header file documentation 2015-12-09 16:10:35 +00:00
surfaceSplitByPatch ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceSplitByTopology GIT: Initial commit after latest foundation merge 2016-04-25 11:40:48 +01:00
surfaceSplitNonManifolds GIT: Initial commit after latest foundation merge 2016-04-25 11:40:48 +01:00
surfaceSubset STYLE: Updated version to 'plus' 2015-12-22 23:14:17 +00:00
surfaceToPatch ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceTransformPoints transformPoints, surfaceTransformPoints: Updated quaternion construction from Euler-angles 2016-03-14 16:40:35 +00:00
README

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