Skip to content
Snippets Groups Projects
  1. Sep 08, 2017
  2. Aug 29, 2017
    • Will Bainbridge's avatar
      KinematicParcel: Removed continuous phase data · 402b8637
      Will Bainbridge authored and Andrew Heather's avatar Andrew Heather committed
      Interpolated continuous phase data is only needed during a track and
      therefore shouldn't be stored on the parcel. The continuous velocity,
      density and viscosity have been moved from the kinematic parcel to the
      kinematic parcel tracking data. This reduces the memory usage of the
      kinematic layer by about one third. The thermo and reacting layers still
      require the same treatment.
      402b8637
  3. Aug 24, 2017
  4. Aug 23, 2017
  5. Sep 08, 2017
  6. Aug 23, 2017
  7. Aug 22, 2017
  8. Sep 08, 2017
  9. Aug 22, 2017
    • Will Bainbridge's avatar
      lagrangian: Un-templated the tracking data · 87c15bf1
      Will Bainbridge authored and Andrew Heather's avatar Andrew Heather committed
      Tracking data classes are no longer templated on the derived cloud type.
      The advantage of this is that they can now be passed to sub models. This
      should allow continuous phase data to be removed from the parcel
      classes. The disadvantage is that every function which once took a
      templated TrackData argument now needs an additional TrackCloudType
      argument in order to perform the necessary down-casting.
      87c15bf1
  10. Jul 14, 2017
  11. Sep 01, 2017
  12. Aug 29, 2017
  13. Aug 22, 2017
  14. Jul 26, 2017
  15. Jul 20, 2017
  16. Sep 08, 2017
  17. Jul 25, 2017
  18. Jul 10, 2017
  19. Jun 27, 2017
  20. Jun 26, 2017
  21. Sep 08, 2017
  22. Jun 22, 2017
  23. Jul 24, 2017
  24. Jul 21, 2017
  25. Jun 13, 2017
  26. May 18, 2017
  27. Sep 07, 2017
  28. Jun 22, 2017
    • Henry Weller's avatar
      Rationalize the "pos" function · 56bfc759
      Henry Weller authored and Andrew Heather's avatar Andrew Heather committed
      "pos" now returns 1 if the argument is greater than 0, otherwise it returns 0.
      This is consistent with the common mathematical definition of the "pos" function:
      
      https://en.wikipedia.org/wiki/Sign_(mathematics)
      
      However the previous implementation in which 1 was also returned for a 0
      argument is useful in many situations so the "pos0" has been added which returns
      1 if the argument is greater or equal to 0.  Additionally the "neg0" has been
      added which returns 1 if if the argument is less than or equal to 0.
      56bfc759
  29. May 25, 2017
    • Henry Weller's avatar
      localEulerDdtScheme: Completed and tested support for moving meshes · 639305e9
      Henry Weller authored and Andrew Heather's avatar Andrew Heather committed
      Now the "localEuler" ddt scheme does not apply any corrections due to
      mesh-motion; the old-time volumes are not used and the mesh-motion flux is set
      to zero.  A consequence of these changes is that boundedness of transported
      scalars is ensured but mesh-motion causes a conservation error which will
      reduces to zero as steady-state is approached and the mesh becomes stationary.
      639305e9
  30. Sep 07, 2017
  31. Jul 24, 2017
  32. Jul 22, 2017
  33. Jul 19, 2017
  34. Sep 07, 2017
  35. Aug 08, 2017
  36. Jul 13, 2017