Skip to content
Snippets Groups Projects
  1. Sep 29, 2010
  2. Sep 07, 2010
  3. Sep 06, 2010
  4. Jul 29, 2010
  5. Jul 27, 2010
  6. Jul 15, 2010
  7. Jun 23, 2010
  8. Jun 10, 2010
  9. Jun 02, 2010
  10. May 25, 2010
  11. May 19, 2010
  12. May 18, 2010
  13. May 17, 2010
  14. May 20, 2010
  15. Apr 23, 2010
  16. Apr 20, 2010
  17. Apr 13, 2010
  18. Apr 12, 2010
  19. Mar 30, 2010
  20. Mar 29, 2010
  21. 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
  22. 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
  23. 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
  24. Dec 04, 2009
  25. Dec 03, 2009
  26. Nov 30, 2009
  27. 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
  28. Nov 18, 2009
  29. Oct 30, 2009
  30. 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
  31. Oct 10, 2009