Skip to content
Snippets Groups Projects
  1. May 29, 2015
    • Henry's avatar
    • Henry's avatar
      simpleFoam/SRFSimpleFoam: Added support for SIMPLEC · 1b6f46fa
      Henry authored
      SIMPLEC (SIMPLE-consistent) is selected by setting "consistent" option true/yes:
      
      SIMPLE
      {
          nNonOrthogonalCorrectors 0;
          consistent yes;
      }
      
      which relaxes the pressure in a "consistent" manner and additional
      relaxation of the pressure is not generally necessary.  In addition
      convergence of the p-U system is better and reliable with less
      aggressive relaxation of the momentum equation, e.g. for the motorbike
      tutorial:
      
      relaxationFactors
      {
          equations
          {
              U               0.9;
              k               0.7;
              omega           0.7;
          }
      }
      
      The cost per iteration is marginally higher but the convergence rate is
      better so the number of iterations can be reduced.
      
      The SIMPLEC algorithm also provides benefit for cases with large
      body-forces, e.g. SRF, see tutorials/incompressible/SRFSimpleFoam/mixer
      and feature request http://www.openfoam.org/mantisbt/view.php?id=1714
      1b6f46fa
  2. May 28, 2015
  3. May 26, 2015
  4. May 25, 2015
  5. May 24, 2015
  6. May 22, 2015
  7. May 21, 2015
  8. May 20, 2015
  9. May 19, 2015
  10. May 18, 2015
  11. May 17, 2015