Skip to content
Snippets Groups Projects
  1. Jul 16, 2009
  2. Jul 15, 2009
  3. Jul 14, 2009
  4. Jul 13, 2009
  5. Jul 10, 2009
    • Mark Olesen's avatar
      Merge commit 'OpenCFD/master' into olesenm · f1fbc246
      Mark Olesen authored
      f1fbc246
    • Mark Olesen's avatar
      added dissipationSelector · 043098fb
      Mark Olesen authored
      - first stab at a simple runtime selection for extra turbulence-related
        features
      
      - the code duplication seems to indicate that a common ancestor
        for compressible and incompressible turbulence models could be good
      043098fb
    • Mark Olesen's avatar
      turbulence models get thermal dissipation source term(s) · 7cbcc02d
      Mark Olesen authored
      - thermalDissipation()
        corresponds to the energy lost due to viscous efffects and
        what exits the energy cascade via dissipation.
      
      - thermalDissipationEff()
        corresponds to the energy lost due to effective viscous efffects.
        Everything that is lost from momentum. Thus essentially assumes
        turbulent equilibrium, but is what STAR-CD and Fluent seem to be using.
        Thus even if it's wrong, provide it anyhow.
      
      - minor consistency update in comments
      7cbcc02d