- Apr 27, 2018
-
-
Timo Koch authored
Thanks to Kilian for contributing the actual change of all the test's spatial params!
-
-
Bernd Flemisch authored
The Problem constructor called the SpatialParams constructor in the intializer list, passing itself via `this->asImp()`. This lead to segfaults since the constructor of the ParentType had not been called before. Fix by copying the working constructor instead of calling it.
-
- Apr 26, 2018
-
-
Dennis Gläser authored
-
Timo Koch authored
-
Dennis Gläser authored
Feature/remove philtophob Closes #483 See merge request !935
- Apr 25, 2018
-
-
Dennis Gläser authored
-
Timo Koch authored
Remove buggy and obsolete PhilToPhobLaw -> use wettingPhase() in spatial params to set the wetting phase index
-
Timo Koch authored
What was broken: The test used philtophob law which used the wrong residual saturations. It went into efftoabslaw with the non-wetting saturation so swr and snr where the wrong way around. It also overwrote the krw/krn function of the material law in use with a quadratic/cubic law. It also defined the capillary pressure negative but then it would be pc = pw-pn. What was fixed: Use the wettingPhase function instead to make the gas phase the wetting phase This changed: - the pw solution as swr and snr were corrected (the wrong way around pw was equal) - the pc solution because it is now positite - the mobilities as they didn't use the real van genuchten curves
-
-
-
-
-
This commit also gets rid of compatibility with Dune 2.5
-
Timo Koch authored
-
Dennis Gläser authored
[2p][test] Update fracture test reference See merge request !931
-
Timo Koch authored
-
Timo Koch authored
-
- Apr 24, 2018
-
-
Kilian Weishaupt authored
* allow inheritance from this class
-
Thomas Fetzer authored
Feature/extrusion factor staggered See merge request !914
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Ned Coltman authored
Freeflow/lowrekepsilon cleanup See merge request !911
-
Thomas Fetzer authored
[freeflow] Implement Neumann BC for momentum See merge request !871
-
-
Kilian Weishaupt authored
[staggered] Do not call sourceAtPos in localRes See merge request !912
- Apr 23, 2018
-
-
Dennis Gläser authored
This commit should improve the readability as on 3d grids we determine the boundary scvf corners on 2d geometries (i.e. faces). Thus, the offset we mean here is the offset for the edges.