Skip to content
Snippets Groups Projects

Feature turbulence

Merged Andrew Heather requested to merge feature-turbulence into develop
  1. Dec 01, 2015
  2. Nov 30, 2015
    • Andrew Heather's avatar
      ENH: Turbulence modeul updates · 1473ae98
      Andrew Heather authored
      1473ae98
    • Andrew Heather's avatar
      CONTRIBUTION: Turbulence - new kOmegaSST DES, DDES and IDDES model variants · d3d31bfb
      Andrew Heather authored
      - Initial code supplied by CFD Software E+F GmbH
      - Refactored and integrated into the new templated Turbulence structure
        by OpenCFD
      
      References:
      
      - kOmegaSSTDES model:
        Strelets, M. (2001)
        Detached Eddy Simulation of Massively Separated Flows,
        39th AIAA Aerospace Sciences Meeting and Exhibit, Reno, NV
      
      - kOmegaSSTDDES model:
        Gritskevich, M.S., Garbaruk, A.V., Schuetze, J., Menter, F.R. (2011)
        Development of DDES and IDDES  Formulations for the k-omega
        Shear Stress Transport Model, Flow, Turbulence and Combustion,
        pp. 1-19
      
      - kOmegaSSTIDDES model:
        Gritskevich, M.S., Garbaruk, A.V., Schuetze, J., Menter, F.R. (2011)
        Development of DDES and IDDES Formulations for the k-omega
        Shear Stress Transport Model, Flow, Turbulence and Combustion,
        pp. 1-19
      d3d31bfb
    • Andrew Heather's avatar
    • Andrew Heather's avatar
      ENH: Spalart-Allmaras DES, DDES and IDDES model updates · e9ae6e9d
      Andrew Heather authored
      Included option to use the low Reynolds number correction, with a
      default value of 'on'.  Further details can be found in the reference:
      
          Spalart, P. R., Deck, S., Shur, M.L., Squires, K.D., Strelets, M.Kh,
          Travin, A. (2006).
          A new version of detached-eddy simulation, resistant to ambiguous grid
          densities.
          Theor. Comput. Fluid Dyn., 20, 181-195.
      
      Set using the entry:
      
          lowReCorrection on; // off
      e9ae6e9d