openfoam/applications/utilities
Mark Olesen cb4e026aed ENH: add support for additional filter/mapping (#2609)
- comprises a few different elements:

FilterField (currently packaged in PatchFunction1Types namespace)
~~~~~~~~~~~

  The FilterField helper class provides a multi-sweep median filter
  for a Field of data associated with a geometric point cloud.

  The points can be freestanding or the faceCentres (or points)
  of a meshedSurface, for example.

  Using an initial specified search radius, the nearest point
  neighbours are gathered and addressing/weights are built for them.
  This currently uses an area-weighted, linear RBF interpolator
  with provision for quadratic RBF interpolator etc.

  After the weights and addressing are established,
  the evaluate() method can be called to apply a median filter
  to data fields, with a specified number of sweeps.

boundaryDataSurfaceReader
~~~~~~~~~~~~~~~~~~~~~~~~~

- a surfaceReader (similar to ensightSurfaceReader) when a general
  point data reader is needed.

MappedFile
~~~~~~~~~~
- has been extended to support alternative surface reading formats.
  This allows, for example, sampled ensight data to be reused for
  mapping.  Cavaet: multi-patch entries may still needs some work.

- additional multi-sweep median filtering of the input data.
  This can be used to remove higher spatial frequencies when
  sampling onto a coarse mesh.

smoothSurfaceData
~~~~~~~~~~~~~~~~~
- standalone application for testing of filter radii/sweeps
2022-11-24 13:30:16 +01:00
..
doc GIT: Header file updates 2019-10-31 14:48:44 +00:00
finiteArea ENH: improve handling of finiteArea mesh with distributed roots 2022-11-20 19:59:52 +01:00
mesh ENH: cleanup treeData items (#2609) 2022-11-24 12:21:01 +00:00
miscellaneous ENH: region support for foamRestoreFields (#2638) 2022-11-22 13:14:53 +01:00
parallelProcessing ENH: IOobjectList simpler construction of unregistered 2022-11-19 20:48:54 +01:00
postProcessing ENH: direct ensight output of float/double 2022-11-15 17:26:09 +01:00
preProcessing ENH: add support for additional filter/mapping (#2609) 2022-11-24 13:30:16 +01:00
surface ENH: use simpler constructor forms for treeData types 2022-11-24 12:21:01 +00:00
thermophysical ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00