openfoam/applications/utilities/preProcessing
Mark Olesen 1339c3357b ENH: general boundBox/treeBoundBox improvements
- null() static method
  * as const reference to the invertedBox with the appropriate casting.

- boundBox inflate(random)
  * refactored from treeBoundBox::extend, but allows in-place modification

- boundBox::hexFaces() instead of boundBox::faces
  * rarely used, but avoids confusion with treeBoundBox::faces
    and reuses hexCell face definitions without code duplication

- boundBox::hexCorners() for corner points corresponding to a hexCell.
  Can also be accessed from a treeBoundBox without ambiguity with
  points(), which could be hex corners (boundBox) or octant corners
  (treeBoundBox)

- boundBox::add with pairs of points
  * convenient (for example) when adding edges or a 'box' that has
    been extracted from a primitive mesh shape.

- declare boundBox nPoints(), nFaces(), nEdges() as per hexCell

ENH: return invertedBox instead of FatalError for empty trees

- similar to #2612

ENH: cellShape(HEX, ...) + boundBox hexCorners for block meshes

STYLE: cellModel::ref(...) instead of de-reference cellModel::ptr(...)
2022-11-24 12:21:01 +00:00
..
applyBoundaryLayer ENH: thermoTools: new library for thermophysics tools 2022-06-21 09:29:13 +01:00
boxTurb ENH: relocate graph writers to meshTools (not reqd by core OpenFOAM lib) 2022-02-21 19:53:21 +01:00
changeDictionary ENH: changeDictionary: support collated format. Fixes #2533 2022-08-01 15:16:28 +01:00
createBoxTurb ENH: general boundBox/treeBoundBox improvements 2022-11-24 12:21:01 +00:00
createExternalCoupledPatchGeometry ENH: functionObjects: rearrange the location of phaseSystemModels function objects 2022-06-21 09:30:02 +01:00
createZeroDirectory STYLE: remove duplicate dimensionSet dictionary read constructor 2022-10-04 15:51:26 +02:00
dsmcInitialise GIT: Header file updates 2019-10-31 14:48:44 +00:00
engineSwirl GIT: Header file updates 2019-10-31 14:48:44 +00:00
faceAgglomerate ENH: faceAgglomerate: read patch-based agglomeration. Fixes #2558. 2022-08-11 11:12:55 +01:00
foamUpgradeCyclics ENH: use returnReduceAnd(), returnReduceOr() functions 2022-11-08 16:48:08 +00:00
mapFields ENH: add 'filtered' polyMesh regionName() method 2022-05-27 14:10:31 +02:00
mapFieldsPar ENH: use returnReduceAnd(), returnReduceOr() functions 2022-11-08 16:48:08 +00:00
mdInitialise GIT: Header file updates 2019-10-31 14:48:44 +00:00
optimisation ENH: use dictionary findDict() instead of isDict() + subDict() 2022-10-04 15:51:26 +02:00
PDR ENH: general boundBox/treeBoundBox improvements 2022-11-24 12:21:01 +00:00
setAlphaField ENH: additional methods for OBJstream 2022-07-19 11:17:51 +02:00
setExprBoundaryFields ENH: rationalize expression string reading 2022-10-04 15:51:26 +02:00
setExprFields ENH: rationalize expression string reading 2022-10-04 15:51:26 +02:00
setFields ENH: add finite-area support to setFields (#2591) 2022-09-26 18:03:23 +02:00
setTurbulenceFields BUG: setTurbulenceFields: update processor boundaries (fixes #2527) 2022-07-04 13:34:13 +01:00
viewFactorsGen ENH: vector mag(), magSqr() methods - complementary to dist(), distSqr() 2022-11-24 12:21:01 +00:00
wallFunctionTable ENH: use singleton method for accessing runtime selection 2021-11-05 17:21:27 +01:00