Skip to content
Snippets Groups Projects
  1. Jun 12, 2024
  2. Jun 21, 2022
  3. Dec 10, 2020
  4. Aug 05, 2020
  5. Aug 03, 2020
  6. Oct 31, 2019
  7. Jun 25, 2018
  8. Aug 10, 2017
  9. Sep 20, 2016
    • Henry Weller's avatar
      TurbulenceModels: Created a general base-class and selection mechanism for laminar stress models · 6b42dbae
      Henry Weller authored
      Renamed the original 'laminar' model to 'Stokes' to indicate it is a
      linear stress model supporting both Newtonian and non-Newtonian
      viscosity.
      
      This general framework will support linear, non-linear, visco-elastic
      etc. laminar transport models.
      
      For backward compatibility the 'Stokes' laminar stress model can be
      selected either the original 'laminar' 'simulationType'
      specification in turbulenceProperties:
      
          simulationType laminar;
      
      or using the new more general 'laminarModel' specification:
      
          simulationType laminar;
      
          laminar
          {
              laminarModel        Stokes;
          }
      
      which allows other laminar stress models to be selected.
      6b42dbae
  10. Jul 29, 2016
  11. Oct 22, 2015
  12. Sep 11, 2015
  13. Aug 26, 2015
  14. Dec 19, 2014
  15. Apr 29, 2014
  16. Jan 22, 2014
  17. Aug 15, 2013
  18. Aug 11, 2013
  19. Aug 06, 2013
  20. Aug 02, 2013
  21. Aug 01, 2013
  22. Jul 28, 2013