openfoam/applications
Mark Olesen 0c8fb634f0 ENH: enforce consistent boundness on turbulence models.
- 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
2010-03-24 09:07:53 +01:00
..
solvers ENH: enforce consistent boundness on turbulence models. 2010-03-24 09:07:53 +01:00
test STYLE: remove all references to wallPoint::greatPoint. 2010-03-17 11:48:44 +00:00
utilities ENH: Removed parmetis. Use ptscotch instead. 2010-03-22 16:48:48 +00:00
Allwmake COMP: make utilities before solvers. 2010-02-18 16:48:49 +01:00