OpenFOAM-5.x/applications/utilities/surface
2017-07-25 14:23:49 +01:00
..
surfaceAdd Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceAutoPatch Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceBooleanFeatures Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceCheck Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceClean Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceCoarsen Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceConvert Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceFeatureConvert Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceFeatureExtract Updated to OpenFOAM-5.x 2017-07-25 14:23:49 +01:00
surfaceFind surfaceFind: output region/zone number of found face 2017-06-02 21:02:01 +01:00
surfaceHookUp Updated to OpenFOAM-5.x 2017-07-25 14:23:49 +01:00
surfaceInertia Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceLambdaMuSmooth Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceMeshConvert Updated to OpenFOAM-5.x 2017-07-25 14:23:49 +01:00
surfaceMeshConvertTesting Parallel IO: New collated file format 2017-07-07 11:39:56 +01:00
surfaceMeshExport Parallel IO: New collated file format 2017-07-07 11:39:56 +01:00
surfaceMeshImport Parallel IO: New collated file format 2017-07-07 11:39:56 +01:00
surfaceMeshInfo Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceMeshTriangulate Parallel IO: New collated file format 2017-07-07 11:39:56 +01:00
surfaceOrient Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfacePointMerge Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceRedistributePar Parallel IO: New collated file format 2017-07-07 11:39:56 +01:00
surfaceRefineRedGreen Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceSplitByPatch Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceSplitByTopology Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceSplitNonManifolds Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceSubset Updated to OpenFOAM-5.x 2017-07-25 14:23:49 +01:00
surfaceToPatch Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
surfaceTransformPoints Surface utilities: standardised argument naming and ordering 2017-05-12 14:43:10 +01:00
README Add the OpenFOAM source tree 2014-12-10 22:40:10 +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