Skip to content
Snippets Groups Projects
  1. Jul 15, 2010
  2. Jun 23, 2010
  3. Jun 10, 2010
  4. Jun 02, 2010
  5. May 25, 2010
  6. May 19, 2010
  7. May 18, 2010
  8. May 17, 2010
  9. May 20, 2010
  10. Apr 23, 2010
  11. Apr 20, 2010
  12. Apr 13, 2010
  13. Apr 12, 2010
  14. Mar 30, 2010
  15. Mar 29, 2010
  16. Mar 24, 2010
    • Mark Olesen's avatar
      ENH: enforce consistent boundness on turbulence models. · 0c8fb634
      Mark Olesen authored
      - remove epsilonSmall, omegaSmall
      - k0/epsilon0/omega0 become kMin/epsilonMin/omegaMin
      - add qMin/zetaMin for consistency
      
      These files still need some attention:
          dynOneEqEddy.C
          NonlinearKEShih.C
          settlingFoam
      
      BUG: incompressible::LESModels:dynOneEqEddy::correct()
      - avoid tmp field destruction for consistency with the compressible
        version
      
      Possible TODO:
         - set kMin to zero (instead of SMALL) and introduce kSmall
           to avoid division by zero
      0c8fb634
  17. Mar 19, 2010
    • henry's avatar
      New solver: rhoPorousMRFPimpleFoam · 4f926a37
      henry authored
      Added compressibility support to MRFZone.
      Required generalisation of the oneField concept.
      Also clean-up the use of one and zero for consistency.
      Simple mixerVessel2D tutorial case supplied.
      4f926a37
  18. Jan 28, 2010
    • henry's avatar
      settlingFoam: Changed to solving for pmh (static pressure minus hydrostatic pressure). · 3b038c37
      henry authored
      While p and pmh (pd in OpenFOAM-1.5.?) are equivalent on orthogonal meshes they
      are not on non-orthogonal meshes and the difference is very important for
      buoyancy-dominated flows such as settling.  settlingFoam is now written in terms
      of pmh (static pressure minus hydrostatic pressure) which used to be called pd
      but that confused too may people.
      3b038c37
  19. Dec 04, 2009
  20. Dec 03, 2009
  21. Nov 30, 2009
  22. Nov 27, 2009
    • Mark Olesen's avatar
      coding style adherence · fa93ce8c
      Mark Olesen authored
      - markup codingStyleGuide.org examples so they actually indent correctly
      
      - use 'Info<<' as per codingStyleGuide instead of 'Info <<'
      fa93ce8c
  23. Nov 18, 2009
  24. Oct 30, 2009
  25. Oct 21, 2009
    • graham's avatar
      Changing · 92217930
      graham authored
          deltaT().value() to deltaTValue()
      and
          deltaT0().value() to deltaT0Value()
      across the whole code - faster to return especially if being used
      often, in each call to a submodel for example.
      92217930
  26. Oct 10, 2009
  27. Sep 15, 2009
  28. Aug 28, 2009
  29. Aug 18, 2009
  30. Aug 13, 2009
  31. Aug 06, 2009
  32. Aug 05, 2009
  33. Aug 03, 2009
  34. Aug 01, 2009
  35. Jul 31, 2009