Skip to content
Snippets Groups Projects
  1. Mar 13, 2020
  2. Mar 12, 2020
  3. Mar 11, 2020
  4. Mar 03, 2020
  5. Feb 14, 2020
  6. Feb 13, 2020
  7. Feb 12, 2020
  8. Feb 10, 2020
  9. Feb 05, 2020
  10. Feb 03, 2020
  11. Jan 31, 2020
    • Mark OLESEN's avatar
      COMP: avoid -Wstringop-truncation warning · d3bcc71b
      Mark OLESEN authored
      - the gcc c++/9 includes now inline strncpy, which obliterates
        the previous method of suppressing the warning.
        Now simply allocate additional space for the nul character.
      
      COMP: silence some icc warnings
      d3bcc71b
  12. Jan 29, 2020
  13. Jan 28, 2020
  14. Jan 27, 2020
  15. Jan 21, 2020
  16. Jan 13, 2020
  17. Jan 09, 2020
  18. Jan 07, 2020
  19. Jan 03, 2020
  20. Jan 02, 2020
    • sergio's avatar
      BUG: Fix issue 1535 in turbulentTemperatureRadCoupledMixed. · 122e4965
      sergio authored
          When a contact resistance is used the T field on each coupled
          patch is different due to the thermal resistance. Thus, instead
          of solving for a unique Tw at the wall, we solve for Tw1 at one side
          then, the Tnbr internal becomes Tw2, which is the T of the nbr
          patch.
      122e4965
  21. Dec 23, 2019
  22. Dec 20, 2019