Skip to content
Snippets Groups Projects
  1. Jan 23, 2020
  2. Jan 22, 2020
  3. Jan 21, 2020
  4. Jan 20, 2020
  5. Jan 17, 2020
  6. Jan 16, 2020
    • Mark OLESEN's avatar
      ENH: provide defaultName() static method for patches, zones · f0be8679
      Mark OLESEN authored
      - consistent way of writing "patch" + Foam::name(id) etc.
      f0be8679
    • Mark OLESEN's avatar
      ENH: consistency improvements for surface patch handling (fixes #483) · 2a98c4e6
      Mark OLESEN authored
      - 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 ""
        ...
        )
      ```
      2a98c4e6
  7. Jan 15, 2020
  8. Jan 13, 2020
  9. Jan 09, 2020
  10. Jan 17, 2020
  11. Jan 22, 2020
  12. Jan 21, 2020
  13. Jan 16, 2020
  14. Jan 13, 2020
  15. Jan 10, 2020
  16. Jan 09, 2020
  17. Jan 08, 2020
  18. Jan 07, 2020
  19. Jan 06, 2020