Skip to content
Snippets Groups Projects
  1. Jul 26, 2019
    • Mark OLESEN's avatar
      COMP: make mass transfer rates mutable · 6a7954fd
      Mark OLESEN authored
      - in InterfaceCompositionPhaseChangePhaseSystem, the mass transfer
        rates are updated as a side-effect of the massTransfer() method,
        which makes these fields non-const.
      6a7954fd
  2. Jul 16, 2019
  3. Jul 12, 2019
  4. Jun 25, 2019
  5. Jun 14, 2019
  6. Jun 10, 2019
  7. Jun 07, 2019
    • Sergio Ferraris's avatar
      INT: Org integration of VOF, Euler phase solvers and models. · 8170f2ad
      Sergio Ferraris authored
      Integration of VOF MULES new interfaces. Update of VOF solvers and all instances
      of MULES in the code.
      Integration of reactingTwoPhaseEuler and reactingMultiphaseEuler solvers and sub-models
      Updating reactingEuler tutorials accordingly (most of them tested)
      
      New eRefConst thermo used in tutorials. Some modifications at thermo specie level
      affecting mostly eThermo. hThermo mostly unaffected
      
      New chtMultiRegionTwoPhaseEulerFoam solver for quenching and tutorial.
      
      Phases sub-models for reactingTwoPhaseEuler and reactingMultiphaseEuler were moved
      to src/phaseSystemModels/reactingEulerFoam in order to be used by BC for
      chtMultiRegionTwoPhaseEulerFoam.
      
      Update of interCondensatingEvaporatingFoam solver.
      8170f2ad