Skip to content
Snippets Groups Projects
  1. Jul 02, 2015
  2. Jun 26, 2015
  3. Jun 25, 2015
  4. Jun 12, 2015
    • Henry Weller's avatar
      reactingTwoPhaseEulerFoam: New twoPhaseEulerFoam supporting mass-transfer and reactions · eb53f9bd
      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.
      eb53f9bd
  5. Jun 07, 2015
  6. May 29, 2015
  7. May 09, 2015
  8. May 08, 2015
  9. May 02, 2015
    • Henry's avatar
      twoPhaseEulerFoam: In the limit of phase-fraction->0 the velocity is... · 24b0f3ad
      Henry authored
      twoPhaseEulerFoam: In the limit of phase-fraction->0 the velocity is calculated from a force balance
      
      Rather than forcing the dispersed-phase velocity -> the continuous-phase
      velocity as the phase-fraction -> 0 the velocity is now calculated from
      a balance of pressure, buoyancy and drag forces.  The advantage is now
      liquid or particles are not carried out of bubble-column of
      fluidised-beds by the fictitious drag caused by forcing the
      phase-velocities becoming equal in the limit.
      24b0f3ad
  10. Apr 28, 2015
  11. Apr 27, 2015
    • Henry's avatar
      twoPhaseEulerFoam: Added experimental face-based momentum equation formulation · fc6b44ee
      Henry authored
      This formulation provides C-grid like pressure-flux staggering on an
      unstructured mesh which is hugely beneficial for Euler-Euler multiphase
      equations as it allows for all forces to be treated in a consistent
      manner on the cell-faces which provides better balance, stability and
      accuracy.  However, to achieve face-force consistency the momentum
      transport terms must be interpolated to the faces reducing accuracy of
      this part of the system but this is offset by the increase in accuracy
      of the force-balance.
      
      Currently it is not clear if this face-based momentum equation
      formulation is preferable for all Euler-Euler simulations so I have
      included it on a switch to allow evaluation and comparison with the
      previous cell-based formulation.  To try the new algorithm simply switch
      it on, e.g.:
      
      PIMPLE
      {
          nOuterCorrectors 3;
          nCorrectors      1;
          nNonOrthogonalCorrectors 0;
          faceMomentum     yes;
      }
      
      It is proving particularly good for bubbly flows, eliminating the
      staggering patterns often seen in the air velocity field with the
      previous algorithm, removing other spurious numerical artifacts in the
      velocity fields and improving stability and allowing larger time-steps
      For particle-gas flows the advantage is noticeable but not nearly as
      pronounced as in the bubbly flow cases.
      
      Please test the new algorithm on your cases and provide feedback.
      
      Henry G. Weller
      CFD Direct
      fc6b44ee
  12. Apr 20, 2015
  13. Apr 12, 2015
  14. Apr 11, 2015
  15. Apr 08, 2015
  16. Apr 05, 2015
    • Henry's avatar
      twoPhaseEulerFoam: Add partial-elimination to phase flux and velocity correction · 724b0fdb
      Henry authored
      Improves stability and convergence of systems in which drag dominates
      e.g. small particles in high-speed gas flow.
      
      Additionally a new ddtPhiCorr strategy is included in which correction
      is applied only where the phases are nearly pure.  This reduces
      staggering patters near the free-surface of bubble-column simulations.
      724b0fdb