Skip to content
Snippets Groups Projects
  1. Nov 11, 2019
  2. Nov 13, 2018
  3. 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
  4. Aug 09, 2018
  5. Aug 02, 2018
  6. Jul 17, 2018
    • Timo Koch's avatar
      [brineair] reuse brine fluid system and fix liquid density and nacl fugacity · 9925d2d3
      Timo Koch authored
      This makes use of the introduced fluid state adapter for mapping to the right
      phase and component indices.
      
      This fixes:
      - calculation of the liquid mixture density (for the case of it being composition-depent)
      - make fugacity coefficient of NaCl zero (we assume NaCl to stay in the
      water phase anyway throughout this fluid system)
      - adapt reference solution
      9925d2d3
  7. Jul 16, 2018
  8. Jul 13, 2018
  9. Jul 04, 2018
  10. May 08, 2018
  11. Jan 31, 2018
  12. May 31, 2017
  13. Mar 29, 2017
  14. Mar 28, 2017
  15. Feb 01, 2017
  16. Jan 04, 2017
  17. Sep 27, 2016
  18. Mar 11, 2016
    • Thomas Fetzer's avatar
      [test][2pncmin] Fix test · 630df99d
      Thomas Fetzer authored
      * reference solution for box and cc changed after correcting liquidDensity function in commit 9757ac83
      * reference solution for cc used wrong globalPos
      630df99d
  19. Mar 10, 2016
  20. Mar 09, 2016
    • Timo Koch's avatar
      [2pncmin] Adapt model to work with cc and box · 9b4b0aeb
      Timo Koch authored
      * Changed test problem to work with both discretizations
      * Added a cell-centered test problem with reference solution
      * Use new gridcreator
      * The box reference solution lost the boxVolume data array
      * Make variable switch work for cc
      9b4b0aeb
  21. Mar 08, 2016
    • Timo Koch's avatar
      [fluxvars] Make FluxVariables default constructable · 04324a52
      Timo Koch authored
      This commit contains backward imcompatible. All flux variables
      now have to be default constructed. Implementers of flux variables
      need to make their implementation default construcable too.
      All calls to the old non-default ctors will throw errors at runtime and
      emit deprecation warning at compile time. FluxVars are no constructed
      and update like this:
      
      FluxVariables fluxVars;
      fluxVars.update(...)
      
      Being default contructable offers more flexible class inheritance
      and more flexible caching possiblities.
      
      To this end especially the 2pnc/2pncmin flux variables where
      updated to comform with other models. This involves some
      deprecations. The 2pncmin reference had to be altered in the
      velocity. The velocity was previously outputted wrongly as
      the correct volumeFlux variable was never computed for 2pnc/2pncmin.
      04324a52
  22. Aug 03, 2015
Loading