openfoam/applications/utilities/mesh/generation
Mark Olesen 2a98c4e665 ENH: consistency improvements for surface patch handling (fixes #483)
- remove (unused) Istream constructors, prune some unused methods,
  rationalize write() vs writeDict().
  Deprecate inconsistent construction order.

- handle empty names for ".ftr" surface patches (for plain triSurface
  format) with double-quoted strings for more reliable streaming.
  Written on a single line.

  This is _backward_ compatible, but if users have been parsing these
  files manually, they will need to adjust their code.

Previously:
```
  (
  frt-fairing:001%1
  empty

  windshield:002%2
  empty
  ...
  )
```

Updated (with example handling of empty name):
```
  (
  frt-fairing:001%1 empty

  windshield:002%2 ""
  ...
  )
```
2020-01-16 10:07:26 +01:00
..
blockMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00
extrude ENH: support 'get()' for retrieving argList options 2019-11-26 21:07:11 +01:00
extrude2DMesh STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00
foamyMesh ENH: consistency improvements for surface patch handling (fixes #483) 2020-01-16 10:07:26 +01:00
PDRblockMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00
snappyHexMesh ENH: shm: support for automatic faceZones 2020-01-16 12:22:02 +00:00
Allwmake STYLE: regularize quoting and exit on failed 'cd' 2019-11-13 13:19:16 +01:00