OpenFOAM-2.4.x/applications/utilities/surface
2015-05-20 22:38:10 +01:00
..
surfaceAdd Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceAutoPatch Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceBooleanFeatures Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceCheck surfaceCheck: Make -blockMesh output easier to parse 2015-02-16 22:07:07 +00:00
surfaceClean Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceCoarsen Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceConvert Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceFeatureConvert Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceFeatureExtract Updated version to 2.4.0 2015-05-20 22:38:10 +01:00
surfaceFind Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceHookUp Updated version to 2.4.0 2015-05-20 22:38:10 +01:00
surfaceInertia Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceLambdaMuSmooth Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceMeshConvert Updated version to 2.4.0 2015-05-20 22:38:10 +01:00
surfaceMeshConvertTesting Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceMeshExport Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceMeshImport Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceMeshInfo Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceMeshTriangulate Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceOrient Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfacePointMerge Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceRedistributePar Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceRefineRedGreen Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceSplitByPatch Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceSplitByTopology Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceSplitNonManifolds Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceSubset Updated version to 2.4.0 2015-05-20 22:38:10 +01:00
surfaceToPatch Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
surfaceTransformPoints Initial commit for version 2.3.x 2014-02-17 16:00:08 +00:00
README Initial commit for version 2.3.x 2014-02-17 16:00:08 +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