OpenFOAM-5.x/applications/utilities/surface
2015-02-10 20:35:50 +00:00
..
surfaceAdd Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceAutoPatch Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceBooleanFeatures Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
surfaceCheck Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceClean Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceCoarsen Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceConvert Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceFeatureConvert Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceFeatureExtract Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
surfaceFind Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceHookUp Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
surfaceInertia Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceLambdaMuSmooth Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceMeshConvert Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceMeshConvertTesting Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
surfaceMeshExport Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceMeshImport Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceMeshInfo Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceMeshTriangulate Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceOrient Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfacePointMerge Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceRedistributePar Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceRefineRedGreen Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceSplitByPatch Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceSplitByTopology Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceSplitNonManifolds Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceSubset Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceToPatch Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
surfaceTransformPoints Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
README Add the OpenFOAM source tree 2014-12-10 22:40:10 +00: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