Skip to content
Snippets Groups Projects
  1. Jun 14, 2017
  2. Dec 23, 2016
  3. Jun 03, 2016
  4. Dec 22, 2015
  5. Dec 18, 2015
  6. Dec 09, 2015
  7. Nov 03, 2015
  8. May 31, 2015
    • Henry's avatar
      fvOptions: Separate options for all cells, cellSets and inter-region coupling · 3a004fda
      Henry authored
      by introducing rational base-classes rather than using the hideous
      'switch' statement.  Further rationalization of the cell-selection
      mechanism will be implemented via an appropriate class hierarchy to
      replace the remaining 'switch' statement.
      
      Mesh-motion is currently handled very inefficiently for cellSets and not
      at all for inter-region coupling.  The former will be improved when the
      cell-selection classes are written and the latter by making the
      meshToMesh class a MeshObject after it has been corrected for mapFields.
      3a004fda
  9. May 29, 2015
    • Henry's avatar
      MRF: Separate MRF from fvOptions · c3ee2348
      Henry authored
      fvOptions does not have the appropriate structure to support MRF as it
      is based on option selection by user-specified fields whereas MRF MUST
      be applied to all velocity fields in the particular solver.  A
      consequence of the particular design choices in fvOptions made it
      difficult to support MRF for multiphase and it is easier to support
      frame-related and field related options separately.
      
      Currently the MRF functionality provided supports only rotations but
      the structure will be generalized to support other frame motions
      including linear acceleration, SRF rotation and 6DoF which will be
      run-time selectable.
      c3ee2348
  10. Dec 11, 2014
  11. Feb 17, 2014
  12. Feb 01, 2013
  13. Jan 21, 2013
  14. Jan 09, 2013
  15. Jan 08, 2013
  16. Dec 18, 2012
  17. Dec 05, 2012
  18. Nov 19, 2012
  19. Nov 16, 2012
  20. Oct 23, 2012
  21. Oct 19, 2012
  22. May 30, 2012
    • Henry's avatar
      Thermodynamics: Rationalization · 63da3e9a
      Henry authored
      At the specie level:
          hs = sensible enthalpy
          ha = absolute (what was total) enthalpy
          es = sensibly internal energy
          ea = absolute (what was total) internal energy
      
      At top-level
          Rename total enthalpy h -> ha
          Rename sensible enthalpy hs -> h
      
      Combined h, hs, e and es thermo packages into a single structure.
      
      Thermo packages now provide "he" function which may return either enthalpy or
      internal energy, sensible or absolute according to the run-time selected form
      
      alphaEff now returns the effective diffusivity for the particular energy which
      the thermodynamics package is selected to solve for.
      63da3e9a
  23. Dec 16, 2011
  24. Nov 03, 2011
  25. Nov 02, 2011
  26. Aug 14, 2011
  27. Jun 17, 2011
  28. Jun 08, 2011
  29. Jun 07, 2011
  30. Jun 23, 2010
  31. Feb 08, 2010
  32. Feb 03, 2010
  33. Jul 23, 2009
  34. Jul 09, 2009
  35. Jun 22, 2009
  36. Jun 16, 2009
  37. Jun 03, 2009