This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/applications/utilities/surface
2013-11-03 20:28:05 +00:00
..
surfaceAdd Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceAutoPatch Mac OS X Maverick port 2013-11-03 20:28:05 +00:00
surfaceCheck Added surface area report 2012-12-12 19:04:25 +00:00
surfaceClean Remove trailing whitespace systematically 2013-07-18 10:15:54 +02:00
surfaceCoarsen Convert tabs to fours spaces systematically 2013-07-18 10:50:29 +02:00
surfaceConvert Build clean-up and coupled patch robustness 2012-03-12 15:49:37 +00:00
surfaceFeatureConvert Mac OS X Maverick port 2013-11-03 20:28:05 +00:00
surfaceFeatureExtract Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceFind Build clean-up and coupled patch robustness 2012-03-12 15:49:37 +00:00
surfaceMeshConvert Mac OS X Maverick port 2013-11-03 20:28:05 +00:00
surfaceMeshConvertTesting Mac OS X Maverick port 2013-11-03 20:28:05 +00:00
surfaceMeshExport Mac OS X Maverick port 2013-11-03 20:28:05 +00:00
surfaceMeshImport Mac OS X Maverick port 2013-11-03 20:28:05 +00:00
surfaceMeshTriangulate Mac OS X Maverick port 2013-11-03 20:28:05 +00:00
surfaceOrient Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfacePointMerge update the tutorials for new waveTransmissive BC 2010-05-12 13:27:55 +00:00
surfaceRedistributePar Mac OS X Maverick port 2013-11-03 20:28:05 +00:00
surfaceRefineRedGreen Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceSmooth Remove trailing whitespace systematically 2013-07-18 10:15:54 +02:00
surfaceSplitByPatch Build clean-up and coupled patch robustness 2012-03-12 15:49:37 +00:00
surfaceSplitNonManifolds Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceSubset Build clean-up and coupled patch robustness 2012-03-12 15:49:37 +00:00
surfaceToPatch Mac OS X Maverick port 2013-11-03 20:28:05 +00:00
surfaceTransformPoints Project update 2012-08-30 17:35:14 +01:00
README Port update: to utilities/post-processing 2010-08-25 22:42:57 +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 facses 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