openfoam/applications/utilities/surface
2009-08-11 12:58:29 +01:00
..
surfaceAdd adjust solvers and utilities to use new argList methods 2009-05-19 20:21:50 +02:00
surfaceAutoPatch update copyrights for 2009 2008-12-31 19:01:56 +01:00
surfaceCheck adjust solvers and utilities to use new argList methods 2009-05-19 20:21:50 +02:00
surfaceClean Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
surfaceCoarsen update copyrights for 2009 2008-12-31 19:01:56 +01:00
surfaceConvert adjust solvers and utilities to use new argList methods 2009-05-19 20:21:50 +02:00
surfaceFeatureConvert Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
surfaceFeatureExtract adjust solvers and utilities to use new argList methods 2009-05-19 20:21:50 +02:00
surfaceFind adjust solvers and utilities to use new argList methods 2009-05-19 20:21:50 +02:00
surfaceMeshConvert updating verion dev->1.6 2009-07-24 17:49:15 +01:00
surfaceMeshConvertTesting adjust solvers and utilities to use new argList methods 2009-05-19 20:21:50 +02:00
surfaceMeshExport adjust solvers and utilities to use new argList methods 2009-05-19 20:21:50 +02:00
surfaceMeshImport adjust solvers and utilities to use new argList methods 2009-05-19 20:21:50 +02:00
surfaceMeshTriangulate added region option 2009-07-01 13:55:05 +01:00
surfaceOrient adjust solvers and utilities to use new argList methods 2009-05-19 20:21:50 +02:00
surfacePointMerge update copyrights for 2009 2008-12-31 19:01:56 +01:00
surfaceRedistributePar surface redistribution 2009-06-02 17:47:51 +01:00
surfaceRefineRedGreen update copyrights for 2009 2008-12-31 19:01:56 +01:00
surfaceSmooth update copyrights for 2009 2008-12-31 19:01:56 +01:00
surfaceSplitByPatch Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
surfaceSplitNonManifolds improved error message 2009-08-11 12:58:29 +01:00
surfaceSubset Updated the headers. 2009-07-24 17:01:31 +01:00
surfaceToPatch adjust solvers and utilities to use new argList methods 2009-05-19 20:21:50 +02:00
surfaceTransformPoints adjust solvers and utilities to use new argList methods 2009-05-19 20:21:50 +02:00
README checked in surfMesh library code 2008-10-23 16:29:36 +02: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