openfoam/tutorials/incompressible/pimpleFoam
Mark Olesen de2eed3e7d ENH: additional methods and improvements to plane
- signedDistance() method is like distance() but retains
  the positive/negative sign for the side of the plane.

- the sign() method returns the sign as -1,0,+1 integer for
  classification purposes where it is important to distinguish between
  a zero value and a positive value (eg, for cutting). Optional
  tolerance can be supplied to round for zero.

- refactor and inlined simple and frequently used methods.

- add boundBox faceCentre() method, which can be useful for creating
  clipping planes from a bounding box.
  Relocated treeBoundBox faceNormals to boundBox since they apply
  equally there - the meaning of the faces (x-min, x-max, etc)
  is the same, even if the point addressing for the faces differs.
2018-08-03 23:17:49 +02:00
..
laminar ENH: use restricted dictionary lookup for utilities (issue #762) 2018-07-24 08:08:30 +02:00
LES ENH: additional methods and improvements to plane 2018-08-03 23:17:49 +02:00
RAS TUT: update snappy dictionaries to use minMedialAxisAngle 2018-07-18 16:47:34 +02:00