Skip to content
  • 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