- 29 Sep, 2020 1 commit
-
-
Kilian Weishaupt authored
-
- 27 May, 2020 1 commit
-
-
- 01 Apr, 2020 1 commit
-
-
Place no deprecation macros where GridView will be substituted by Grid::LeafGridView after release 3.2.
-
- 26 Mar, 2020 2 commits
-
-
- 02 Jan, 2020 1 commit
-
-
Timo Koch authored
-
- 08 Oct, 2019 1 commit
-
-
- 26 Apr, 2019 1 commit
-
-
[test][nonequilibrium][2p2c] make test nonisothermal and set better boundary conditions. add reference solution for box and tpfa
-
- 21 Jan, 2019 1 commit
-
-
Timo Koch authored
-
- 18 Dec, 2018 1 commit
-
-
Sina Ackermann authored
-
- 17 Dec, 2018 1 commit
-
-
Timo Koch authored
-
- 30 Nov, 2018 2 commits
-
-
Simon Scholz authored
-
Simon Scholz authored
-
- 26 Nov, 2018 1 commit
-
-
Kilian Weishaupt authored
* used outdated names * now implemented in IOFields
-
- 22 Nov, 2018 1 commit
-
-
- 21 Nov, 2018 3 commits
-
-
Timo Koch authored
-
Timo Koch authored
-
Kilian Weishaupt authored
-
- 20 Nov, 2018 1 commit
-
-
Timo Koch authored
-
- 19 Nov, 2018 1 commit
-
-
- 17 Nov, 2018 1 commit
-
-
Bernd Flemisch authored
-
- 09 Nov, 2018 3 commits
-
-
Restore the template parameters for the `IOField`s to the state when they where `VtkOutputField`s. Add a uniform template parameter `ModelTraits` to the `primaryVariableName` functions inside the `IOField`s.
-
Add names to `IOName`. Adapt names in some reference solutions.
-
Rename `VtkOutputFields` to `IOFields`. Add `primaryVariableName` functions, don't use centralized names yet. Add required template parameters. Adapt properties correspondingly.
-
- 31 Oct, 2018 1 commit
-
-
Katharina Heck authored
-
- 29 Aug, 2018 1 commit
-
-
Katharina Heck authored
[feature][mineralization] add solidsystem as a template parameter in primaryvariablename in all porous medium models that are able to use restart and add primaryvariablename for mineralization
-
- 10 Aug, 2018 3 commits
-
-
Timo Koch authored
* We require the signature std::string(int, int) signature for all pv names functions passed to load solution. You can still wrap a function that just takes a privar index into a lambda with these two arguments. * We make FluidSystem an optional template parameter for all functions that don't make use of it. This way they can be also used directly in loadSolution when not using the convenience free function pvNames. * We return a function from the convenience free function now to be able to include the param group
-
Missing: elastic, mpnc, nonequilibrium, mineralization.
-
Change 1pni convection test to 1d. There are enough other ni convection tests in more d and there's the 1pni conduction test in 2d.
-
- 16 Jul, 2018 1 commit
-
-
Timo Koch authored
-
- 20 Jun, 2018 1 commit
-
-
Add a corresponding python script `bin/util/create_cmakelists.py`. Move the folder `bin/moduleutil` to `bin/util`. Run the script.
-
- 16 May, 2018 1 commit
-
-
Timo Koch authored
-
- 09 May, 2018 1 commit
-
-
Dennis Gläser authored
-
- 08 May, 2018 3 commits
-
-
[cleanup] use temperatureFluid to make it more obvious which temperature is meant for thermal nonequilibrium
-
-
The energyvolumevariables are able to deal with thermal nonequilibrium, setting each temperature in the fluidstate or solidstate respectively
-
- 15 Apr, 2018 1 commit
-
-
Contributions by Timo Koch, Kilian Weishaupt.
-
- 05 Apr, 2018 1 commit
-
-
Sina Ackermann authored
2p1c, 3p3c, 3pwateroil, compositional, immiscible, mineralization, nonequilibrium, nonisothermal, richards
-
- 16 Mar, 2018 1 commit
-
-
the non-isothermal specific property tags are now defined directly where the respective type tag is declared.
-
- 15 Mar, 2018 1 commit
-
-
Dennis Gläser authored
This commit introduce a model traits class that encapsulates a few properties, such as NumEq, NumComponents as well as the specifications on active processes (EnableAdvection ... ). The respective property tags become obsolete and can be deleted.
-