openfoam/applications/utilities/surface
Mark Olesen e0f83938ee ENH: ignore -noFunctionObjects option when disabled
- With argList::noFunctionObjects() we use the logic added in
  4b93333292 (issue #352)

  By removing the '-noFunctionObjects' option, we automatically
  suppress the creation of function-objects via Time (with argList
  as a parameter).
  There is generally no need in these cases for an additional

      runTime.functionObjects().off()  statement

  Use the argList::noFunctionObjects() for more direct configuration
  and reduce unnecessary clutter in the -help information.

  In previous versions, the -noFunctionObjects would have been redundant
  anyhow, so we can also just ignore it now instead.
2018-08-08 09:44:28 +02:00
..
surfaceAdd ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceBooleanFeatures ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceCheck ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceClean ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfaceCoarsen ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceConvert ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceFeatureConvert ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceFeatureExtract ENH: ignore -noFunctionObjects option when disabled 2018-08-08 09:44:28 +02:00
surfaceFind ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
surfaceHookUp ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceInertia ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceInflate ENH: ignore -noFunctionObjects option when disabled 2018-08-08 09:44:28 +02:00
surfaceLambdaMuSmooth ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceMeshConvert ENH: IOobject::selectIO helper method 2018-08-02 17:39:17 +02:00
surfaceMeshExport ENH: IOobject::selectIO helper method 2018-08-02 17:39:17 +02:00
surfaceMeshImport ENH: IOobject::selectIO helper method 2018-08-02 17:39:17 +02:00
surfaceMeshInfo ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceMeshTriangulate ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceOrient ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfacePatch ENH: use restricted dictionary lookup for utilities (issue #762) 2018-07-24 08:08:30 +02:00
surfacePointMerge ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceRedistributePar ENH: IOobject::selectIO helper method 2018-08-02 17:39:17 +02:00
surfaceRefineRedGreen STYLE: consistency in using argList::addArgument, argList::addOption 2017-11-22 12:54:28 +01:00
surfaceSplitByPatch ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceSplitByTopology STYLE: consistency in using argList::addArgument, argList::addOption 2017-11-22 12:54:28 +01:00
surfaceSplitNonManifolds ENH: avoid blockMesh removal of files for special cases (issue #963) 2018-08-03 14:30:41 +02:00
surfaceSubset ENH: use restricted dictionary lookup for utilities (issue #762) 2018-07-24 08:08:30 +02:00
surfaceToPatch ENH: tag some options as 'advanced' (only shown with -help-full) 2018-07-31 11:54:15 +02:00
surfaceTransformPoints ENH: change wordRes to be a List of wordRe instead of a wrapper (issue #259) 2018-02-21 10:05:30 +01:00
README Enhance edgeMesh to support more formats. 2009-12-11 16:29:55 +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 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