openfoam/etc
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
..
caseDicts TUT: change residuals FO remnants to solverInfo FO (#1290) 2020-01-10 09:44:38 +00:00
codeTemplates REL: Release preparations 2019-12-23 09:49:23 +00:00
config.csh REL: Release preparations 2019-12-23 09:49:23 +00:00
config.sh REL: Release preparations 2019-12-23 09:49:23 +00:00
templates REL: Release preparations 2019-12-23 09:49:23 +00:00
thermoData thermophysicalModels: Changed specie thermodynamics from mole to mass basis 2017-02-17 11:22:14 +00:00
bashrc CONFIG: reset version to com 2019-12-23 14:51:27 +00:00
cellModels REL: Release preparations 2019-12-23 09:49:23 +00:00
colourTables REL: Release preparations 2019-12-23 09:49:23 +00:00
controlDict ENH: consistency improvements for surface patch handling (fixes #483) 2020-01-16 10:07:26 +01:00
cshrc CONFIG: reset version to com 2019-12-23 14:51:27 +00:00