openfoam/applications/utilities/mesh
Mark Olesen e8aa3aad25 ENH: simple detection for collapsed block descriptions
- switch from default topology merge to point merge if degenerate
  blocks are detected. This should alleviate the problems noted in
  #1862.

  NB: this detection only works for blocks with duplicate vertex
      indices, not ones with geometrically duplicate points.

ENH: add patch block/face summary in blockMesh generation

- add blockMesh -verbose option to override the static or dictionary
  settings.  The -verbose option can be used multiple times to increase
  the verbosity.

ENH: extend hexCell handling with more cellShape-type methods

- allows better reuse in blockMesh.
  Remove blockMesh-local hex edge definitions that shadowed the
  hexCell values.

ENH: simplify some of the block-edge internals
2021-11-09 15:44:54 +01:00
..
advanced STYLE: make polyMesh constructor explicit 2021-05-12 11:24:57 +02:00
conversion ENH: handle ';' for fluent input (fixes #2249) 2021-10-29 17:04:51 +02:00
doc GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
generation ENH: simple detection for collapsed block descriptions 2021-11-09 15:44:54 +01:00
manipulation ENH: use singleton method for accessing runtime selection 2021-11-05 17:21:27 +01:00