Skip to content
Snippets Groups Projects
  1. Jun 27, 2015
  2. Jun 26, 2015
  3. Jun 25, 2015
  4. Jun 24, 2015
  5. Jun 23, 2015
  6. Jun 19, 2015
    • Henry Weller's avatar
      rhoCentralFoam: Added experimental LTS support · 52025b87
      Henry Weller authored
      Select LTS via the ddtScheme:
      
      ddtSchemes
      {
          default         localEuler rDeltaT;
      }
      
      The LTS algorithm is controlled with the standard settings in
      controlDict, e.g.:
      
      maxCo           0.5;
      maxDeltaT       2e-8;
      
      with the addition of the optional rDeltaT smoothing coefficient:
      
      rDeltaTSmoothingCoeff 0.02;
      
      which defaults to 0.02.
      
      For cases with reasonably uniform meshes like the forwardStep tutorial
      LTS does not provide much benefit but for cases with large variation in
      cell-size like the biconic25-55Run35 tutorial LTS provides significant
      speed-up to convergence particularly if started from uniform conditions.
      52025b87
  7. Jun 18, 2015
  8. Jun 17, 2015
  9. Jun 16, 2015
  10. Jun 15, 2015
  11. Jun 12, 2015
    • Henry Weller's avatar
      reactingTwoPhaseEulerFoam: New twoPhaseEulerFoam supporting mass-transfer and reactions · 3ed90ae7
      Henry Weller authored
      Multi-species, mass-transfer and reaction support and multi-phase
      structure provided by William Bainbridge.
      
      Integration of the latest p-U and face-p_U algorithms with William's
      multi-phase structure is not quite complete due to design
      incompatibilities which needs further development.  However the
      integration of the functionality is complete.
      
      The results of the tutorials are not exactly the same for the
      twoPhaseEulerFoam and reactingTwoPhaseEulerFoam solvers but are very
      similar.  Further analysis in needed to ensure these differences are
      physical or to resolve them; in the meantime the twoPhaseEulerFoam
      solver will be maintained.
      3ed90ae7
    • Henry Weller's avatar
      twoPhaseEulerFoam: Minor reorganization · b5edc2c9
      Henry Weller authored
      b5edc2c9
  12. Jun 07, 2015
  13. Jun 03, 2015