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-04-15 12:57:08 +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 Added surface area report 2012-12-12 19:04:25 +00:00
surfaceClean Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceCoarsen Formatting 2012-10-10 11:11:30 +01:00
surfaceConvert Build clean-up and coupled patch robustness 2012-03-12 15:49:37 +00: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 Build clean-up and coupled patch robustness 2012-03-12 15:49:37 +00:00
surfaceMeshConvert Final changes to headers 2010-11-25 01:27:21 +01:00
surfaceMeshConvertTesting Build clean-up and coupled patch robustness 2012-03-12 15:49:37 +00: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 Immersed boundary method preparation 2012-04-25 10:22:35 +01:00
surfaceRefineRedGreen Port update: to utilities/post-processing 2010-08-25 22:42:57 +01:00
surfaceSmooth Formatting 2013-04-15 12:57:08 +01: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 Moving to the new directory structure for dynamicMesh 2010-10-12 16:47:10 -04: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