Skip to content
Snippets Groups Projects
  1. Jun 07, 2024
  2. Dec 20, 2023
  3. Dec 15, 2023
    • Mark OLESEN's avatar
      ENH: simplify construction of zero-sized Clouds · c9a9309b
      Mark OLESEN authored
      - use Foam::zero as a dispatch tag
      
      FIX: return moleculeCloud::constProps() List by reference not copy
      
      STYLE: range-for when iterating cloud parcels
      
      STYLE: more consistent typedefs / declarations for Clouds
      c9a9309b
  4. Dec 05, 2023
  5. Nov 14, 2023
  6. Nov 10, 2023
  7. Oct 13, 2023
    • Mark OLESEN's avatar
      ENH: minor updates for globalIndex · 35625659
      Mark OLESEN authored
      - explicit use of UPstream::worldComm in globalIndex methods
        for more clarity
      
      - adjust method declaration ordering:
        de-emphasize the processor-local convenience methods
      
      - consistent use of leading tag dispatch,
        remove unused enum-based dispatch tag
      
      - add begin()/cbegin() with offset (as per List containers)
      
      BUG: missing use of communicator in globalIndex gatherNonLocal
      
      - does not affect any existing code (which all use worldComm anyhow)
      35625659
  8. Oct 12, 2023
  9. Oct 11, 2023
  10. Oct 04, 2023
  11. Aug 29, 2023
  12. Jul 31, 2023
  13. Jul 27, 2023
  14. Jul 05, 2023
  15. Jun 01, 2023
  16. May 30, 2023
  17. May 15, 2023
  18. May 09, 2023
  19. May 02, 2023
  20. Apr 25, 2023
  21. Apr 20, 2023
  22. Apr 13, 2023
  23. Apr 04, 2023
  24. Mar 10, 2023
  25. Feb 27, 2023
  26. Feb 21, 2023
  27. Feb 20, 2023
  28. Feb 14, 2023
  29. Feb 13, 2023
  30. Dec 12, 2022
    • Andrew Heather's avatar
      ENH: ConeNozzleInjection - added option to include an angular velocity (rad/s) · 7c235371
      Andrew Heather authored
      Specified using the optional 'omega' entry (Function1 type), e.g. for a constant
      value:
      
            omega           12.56;
      
      Note that the swirl contribution is applied in addition to the velocity set by
      the 'flowType' option. For example, for the 'constantVelocity' option, parcels
      are initially set the velocity according to the UMag and direction/cone angle;
      the swirl velocity is then added.
      7c235371
  31. Dec 09, 2022