Skip to content
Snippets Groups Projects
  1. Feb 05, 2013
  2. Dec 10, 2012
  3. Oct 24, 2012
  4. Sep 21, 2012
  5. Aug 02, 2012
  6. Jul 31, 2012
  7. Jul 27, 2012
  8. Apr 19, 2012
  9. Apr 17, 2012
  10. Apr 16, 2012
  11. Oct 26, 2011
  12. Aug 14, 2011
  13. Apr 18, 2011
  14. Apr 15, 2011
  15. Apr 14, 2011
  16. Jan 19, 2011
  17. Jan 14, 2011
  18. Jan 07, 2011
  19. Jan 05, 2011
  20. Dec 21, 2010
  21. Oct 11, 2010
  22. Sep 29, 2010
  23. Jul 29, 2010
  24. Jul 27, 2010
  25. Jul 15, 2010
  26. Jun 23, 2010
  27. Mar 29, 2010
  28. 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
  29. Nov 30, 2009
  30. Jul 22, 2009
  31. Jul 08, 2009
  32. Jun 04, 2009
  33. Feb 18, 2009
    • Mark Olesen's avatar
      use while (runTime.loop() { .. } where possible in solvers · 4b60453c
      Mark Olesen authored
      - change system/controlDict to use functions {..} instead of functions (..);
        * This is internally more efficient
      - fixed formatting of system/controlDict functions entry
      
      - pedantic change: use 'return 0' instead of 'return(0)' in the applications,
        since return is a C/C++ keyword, not a function.
      4b60453c
  34. Jan 13, 2009