Skip to content
Snippets Groups Projects
  1. 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
  2. Jun 06, 2019
  3. Jun 05, 2019
  4. Apr 12, 2019
  5. Jun 04, 2019
  6. Jun 03, 2019
  7. Jun 04, 2019
  8. Jun 03, 2019
  9. May 31, 2019
  10. May 23, 2019
    • Andrew Heather's avatar
      ENH: Added new hydrostatic pressure function object · 1523160c
      Andrew Heather authored
      Calculates and outputs the pressure fields p_rgh and ph_rgh based on the
      option that was previously hard-coded in the fireFoam solver
      
      Usage
          Example of function object specification to calculate hydrostatic pressure:
          \verbatim
          hydrostaticPressure1
          {
              type        hydrostaticPressure;
              libs        ("libinitialisationFunctionObjects.so");
              ...
          }
          \endverbatim
      
          Where the entries comprise:
          \table
              Property     | Description             | Required    | Default value
              log          | Log to standard output  | no          | yes
              p_rgh        | Name of p_rgh field     | no          | p_rgh
              ph_rgh       | Name of ph_rgh field    | no          | ph_rgh
              pRef         | Name of pressure ref field | no       | pRef
              rho          | Name of density field   | no          | rho
              U            | Name of velocity field  | no          | U
              gh           | Name of gravity...
      1523160c
  11. May 30, 2019