Skip to content
Snippets Groups Projects
  1. Sep 04, 2018
    • Bernd Flemisch's avatar
      harmonize phase names · cd8191fb
      Bernd Flemisch authored and Kilian Weishaupt's avatar Kilian Weishaupt committed
      Implement decision made in !1137:
      - 1p gas: `gas`
      - 1p liquid: `liq`
      - 2p gas/liquid: `gas` and `liq`
      - 2p liquid/liquid: `aq` and `napl`
      - 3p: `gas`, `aq` and `napl`
      - solid: `s`
      
      Add `IsAqueous` to components to detect if a component is aqueous or not.
      Adapt reference solutions.
      Adjust `primaryVariableName` only where necessary to make the tests pass.
      Will be treated in general in !1212.
      cd8191fb
  2. Jul 16, 2018
  3. Mar 29, 2017
  4. Mar 28, 2017
  5. Mar 17, 2017
  6. Nov 22, 2016
  7. Jan 19, 2016
  8. Dec 15, 2015
    • Thomas Fetzer's avatar
      [multidomain,Beavers-Joseph] Move evalBeaversJoseph to LOP which prevents a... · 49cbd33e
      Thomas Fetzer authored
      [multidomain,Beavers-Joseph] Move evalBeaversJoseph to LOP which prevents a reimplementation in the non-isothermal coupling local residual.
      
      Move beaversJospehCoeff to SpatialParamters, where it belongs.
      Changes in reference solution was triggered, comments see below.
      
      2cstokes2p2c:
      Checked storage.out (e.g. the evaporation rate):
        - changes were lass than 1 per mile.
      Checked vertical velocity profiles in the middle of the domain:
        - v_0: no visible difference
        - v_1: main deviation (5%) in middle, where the profile is oscillating anyway and NOT at the interface
      Checked horizontal velocity profiles:
        - v_0: small differences towards the outflow boundary
        - v_1: difference during the profile development
      
      2cnizeroeq2p2cni (freeflow):
      Checked vertical velocity profiles in the middle of the domain:
        - v_0: no visible difference
        - v_1: no visible difference
      Checked horizontal velocity profiles:
        - v_0: no visible difference
        - v_1: small differences towards the outflow boundary
      
      2cnizeroeq2p2cni (porousmedium):
      Checked vertical velocity profiles in the middle of the domain:
        - v_0: no visible difference
        - v_1: very small deviation towards the interface (3%)
      49cbd33e
  9. Dec 11, 2015
  10. Sep 25, 2015
    • Bernd Flemisch's avatar
      [multidomain] decrease maximum time step size for testing · 8d64cafa
      Bernd Flemisch authored
      The tests 2cstokes2p2c and 2cnistokes2p2cni failed due to differences in
      the final solutions that were caused by different timesteps that were
      caused by a small difference in the number of Newton iterations for one
      time step. This patch restricts the maximum time step size from 360 to
      240 seconds. By this, the tests succeed. However, this is only a
      temporary fix and the basic issue should be investigated as part of our
      testing research.
      
      Discussed with fetzer.
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15539 2fb0f335-1f38-0410-981e-8018bf24f1b0
      8d64cafa
  11. Sep 03, 2015
    • Thomas Fetzer's avatar
      [material,volumevariables] · 150291e2
      Thomas Fetzer authored
      introduced setMassFraction() in the compositionalfluidstate.hh so that
      in case of mass fraction formulation, they can be set directly, the
      converting to mole fractions is now handled by the
      compositionalfluidstate class
      
      some test failed (kuevette with 5% difference), new references are
      committed, however maybe some thresholds have to be adapted
      
      reviewed by kissinger
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15433 2fb0f335-1f38-0410-981e-8018bf24f1b0
      150291e2
  12. Jul 24, 2015
    • Thomas Fetzer's avatar
      [io] · 3b2a72ac
      Thomas Fetzer authored
      adapted the interfacegridcreator to the common GridCreator type structure
      and for the use in the common start.hh
      deprecated the interfacemeshcreator.hh
      
      [multidomain]
      adapted multidomain to be used with the common start.hh
      deprecated the old multidomainproblem constructor
      
      thanks to and reviewed by bernd and gruenich
      
      
      
      git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15161 2fb0f335-1f38-0410-981e-8018bf24f1b0
      3b2a72ac
  13. Jul 01, 2015
  14. Jan 30, 2015
  15. Sep 19, 2014
Loading