openfoam/applications/solvers
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
..
basic Use argList::addOption, argList::addBoolOption (almost) everywhere 2009-12-03 13:32:12 +01:00
combustion ENH: enforce consistent boundness on turbulence models. 2010-03-24 09:07:53 +01:00
compressible New solver: rhoPorousMRFPimpleFoam 2010-03-19 17:54:35 +00:00
discreteMethods coding style adherence 2009-11-27 15:39:14 +01:00
DNS/dnsFoam Changing 2009-10-21 16:36:07 +01:00
electromagnetics mhdFoam: General cleanup. 2010-03-15 17:03:04 +00:00
financial/financialFoam clean-up of #include files 2009-07-01 10:50:41 +01:00
heatTransfer ENH: Implement gradient coupled temperature bc as fixedGradient instead of fixedValue. 2010-03-03 14:59:39 +00:00
incompressible New solver: adjointShapeOptimizationFoam 2010-03-15 17:08:45 +00:00
lagrangian ENH: moved info() for clouds to evolve() call 2010-02-12 17:09:42 +00:00
multiphase ENH: enforce consistent boundness on turbulence models. 2010-03-24 09:07:53 +01:00
stressAnalysis remove trailing space from some files 2009-12-04 13:39:35 +01:00