Skip to content
Snippets Groups Projects
  1. Mar 31, 2021
  2. Mar 24, 2021
  3. Mar 22, 2021
  4. Mar 18, 2021
  5. Mar 17, 2021
  6. Mar 15, 2021
  7. Mar 12, 2021
  8. Mar 08, 2021
  9. Mar 05, 2021
  10. Feb 17, 2021
  11. Jan 15, 2021
  12. Dec 23, 2020
  13. Dec 22, 2020
  14. Dec 21, 2020
  15. Dec 18, 2020
  16. Dec 17, 2020
    • Sergio Ferraris's avatar
      TUT: Adding new MPPICDyMFoam and uncoupledKinematicParcelDyMFoam tutorials · 06a0bf18
      Sergio Ferraris authored and Andrew Heather's avatar Andrew Heather committed
      STY: Style and header-content changes
      06a0bf18
    • Mark OLESEN's avatar
      ENH: make PDRsetField ground, outer patch names configurable · 7f17a71f
      Mark OLESEN authored
      - previously hard-coded, now adjustable within PDRsetFieldsDict
      
          // Change some predefined patch names
          patchNames
          {
              ground      ground;
              outer       outer;
          }
      
      ENH: additions to PDRutils, improve comments
      
      - expose enumerated expansion names and gridControl (PDRblock).
        Not commonly needed, but useful to have access when defining
        other grid generators
      
      TUT: update PDRsetFieldsDict and tutorials to use "ground"
      
      - remove tutorial references to unused types and legacy obstacles
      
      - use "ground" for the boundary conditions instead of "seaGround".
        Consistent with PDRblockMesh
      7f17a71f
  17. Dec 16, 2020
  18. Dec 15, 2020
  19. Dec 11, 2020
  20. Dec 10, 2020
    • Andrew Heather's avatar
      ENH: Lagrangian - added new PatchInteractionFields cloud function object · 9d765ada
      Andrew Heather authored and Andrew Heather's avatar Andrew Heather committed
      Creates volume fields whose boundaries are used to store patch interaction
      statistics.
      
      Current field output per patch face:
      - \<cloud\>\<model\>:count - cumulative particle hits
      - \<cloud\>\<model\>:mass - cumuluative mass of hitting particles
      
      Fields can be reset according to:
      - none: fields are not reset
      - timeStep: reset at each time step
      - writeTime: reset at each write time
      
      Usage
      
          patchInteractionFields1
          {
              type            patchInteractionFields;
              resetMode       writeTime;
          }
      9d765ada
    • sergio's avatar
      ENH: Derivative of B in thermo.H (dKcdTbyKc) calculated from S and G instead of dGdT · 54ebe724
      sergio authored and Andrew Heather's avatar Andrew Heather committed
      Member function dKcdTbyKc in thermo.H is calculated from S and G at Pstd.
      Thus dGdT was removed from the thermos.
      
      - Add optional hRef, eRef and Tref as optional.
      
      - Use new thermo to multiphase solver icoReactingMuliPhaseFoam
      
      - Remove hRefConst and eRefConst thermos.
      
      TUT: Updated tutorials
      54ebe724