openfoam/applications/utilities/surface
Mark Olesen 181c974b11 ENH: improved sample surfaces and surface writers (#1206)
- The writers have changed from being a generic state-less set of
  routines to more properly conforming to the normal notion of a writer.
  These changes allow us to combine output fields (eg, in a single
  VTK/vtp file for each timestep).

  Parallel data reduction and any associated bookkeeping is now part
  of the surface writers.
  This improves their re-usability and avoids unnecessary
  and premature data reduction at the sampling stage.

  It is now possible to have different output formats on a per-surface
  basis.

- A new feature of the surface sampling is the ability to "store" the
  sampled surfaces and fields onto a registry for reuse by other
  function objects.

  Additionally, the "store" can be triggered at the execution phase
  as well
2019-02-07 18:11:34 +01:00
..
surfaceAdd BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceBooleanFeatures BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceCheck ENH: improved sample surfaces and surface writers (#1206) 2019-02-07 18:11:34 +01:00
surfaceClean STYLE: reduced nesting on return branching 2019-02-13 08:06:36 +01:00
surfaceCoarsen BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceConvert BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceFeatureConvert BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceFeatureExtract BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceFind BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceHookUp BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceInertia BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceInflate BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceLambdaMuSmooth BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceMeshConvert BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceMeshExport BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceMeshExtract BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceMeshImport BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceMeshInfo BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceOrient BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfacePatch BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfacePointMerge BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceRedistributePar BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceRefineRedGreen BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceSplitByPatch BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceSplitByTopology BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceSplitNonManifolds STYLE: reduced nesting on return branching 2019-02-13 08:06:36 +01:00
surfaceSubset BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceToPatch BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
surfaceTransformPoints BOT: Cleaned up header files 2019-02-06 12:28:23 +00:00
README STYLE: surfaceMeshTriangulate renamed to surfaceMeshExtract 2018-12-21 18:37:39 +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

surfaceMeshExtract
- Extracts mesh patches (or faceSets) and writes as a single surface.
- foamToSurface duplicates this

surfaceFind
- Finds nearest vertex and face to given point.

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