- Nov 13, 2018
-
-
- Nov 09, 2018
-
-
Add names to `IOName`. Adapt names in some reference solutions.
-
- Oct 31, 2018
-
-
Katharina Heck authored
-
- Oct 11, 2018
-
-
Kilian Weishaupt authored
-
- Oct 04, 2018
-
-
Katharina Heck authored
-
- Sep 21, 2018
- Sep 04, 2018
-
-
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.
-
-
- Aug 29, 2018
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
We reuse the grid creation facility of the facet coupling framework and require grid files that have the information on the fracture facets in them. This enables us to reuse the codimension one grid adapter of the facet coupling framework to identify which matrix element facets coincide with a fracture. This commit also introduces a test on the same geometry as in the 2.12 release. TODO: add test for quads and tetrahedra
-
- Aug 27, 2018
-
-
- Aug 16, 2018
-
-
Bernd Flemisch authored
Test in test/geomechanics/elastic.
-
- Aug 15, 2018
-
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Simon Emmert authored
-
- Aug 09, 2018
-
-
Timo Koch authored
-
- Aug 08, 2018
-
-
There are enough other ni convection tests in 1d and there's the 1pni conduction test in 2d.
-
Kilian Weishaupt authored
* add source (gravity) term to residual, also when face has Neumann BCs * correct coupling condition
-
- Aug 07, 2018
-
-
Dennis Gläser authored
-
-
- Aug 06, 2018
-
-
Kilian Weishaupt authored
* reference solution needs to be updated because test uses time-depended Dirichlet BC * old behaviour was actually wrong
-
- Aug 03, 2018
-
-
Melanie Lipp authored
-
[freeflow][outflow BC] Introduce that there is no gradient normal to the outflow boundary in cases where the outflow boundary is the normal face with respect to the assembled scvf.
-
Kilian Weishaupt authored
-
- Aug 02, 2018
-
-
Melanie Lipp authored
-
- Jul 31, 2018
-
-
Melanie Lipp authored
-
- Jul 30, 2018
-
-
Also fix the test itself in the following sense. By default, in the box method, material law parameters are evaluated at scv centers, while primary variables are evaluated at vertices. If no interface condition is used, the secondary variables handed to the Vtk writer might now differ depending on the order in which the scvs are evaluated for each vertex. In order to saty consistent, this test evaluates the material law parameters at the vertex position.
-
- Jul 27, 2018
-
-
Theresa Schollenberger authored
-
- Jul 18, 2018
-
-
Kilian Weishaupt authored
* test was passing but vtk #39 was compared although there are 40 steps
-
- Jul 17, 2018
-
-
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
-
-
Thomas Fetzer authored
previous implementation could potentially result in unwanted forward calls in the fluid system
-
Simon Emmert authored
-