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
2010-11-25 01:27:21 +01:00
..
surfaceAdd Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceAutoPatch Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceCheck Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceClean Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceCoarsen update the tutorials for new waveTransmissive BC 2010-05-12 13:27:55 +00:00
surfaceConvert Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceFeatureConvert Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceFeatureExtract Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceFind Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceMeshConvert Final changes to headers 2010-11-25 01:27:21 +01:00
surfaceMeshConvertTesting Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceMeshExport Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceMeshImport Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceMeshTriangulate Port update: to utilities/post-processing 2010-08-25 22:42:57 +01: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 Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceRefineRedGreen Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceSmooth update the tutorials for new waveTransmissive BC 2010-05-12 13:27:55 +00:00
surfaceSplitByPatch Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceSplitNonManifolds Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceSubset Final changes to headers 2010-11-25 01:27:21 +01:00
surfaceToPatch Moving to the new directory structure for dynamicMesh 2010-10-12 16:47:10 -04:00
surfaceTransformPoints Port update: to utilities/post-processing 2010-08-25 22:42:57 +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