- Nov 13, 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 09, 2018
-
-
Timo Koch authored
-
- Jul 16, 2018
-
-
Timo Koch authored
-
* consistent ordering of component/phase names: x^componentName_phaseName * consistent use of underline: S_w, p_w, etc. * change respective data field names in reference solutions
-
- Dec 15, 2017
-
-
* the test failed compared to the ref solution generated on the old master * the reason for this is the change of how rho in context of gravity is calculated * using rho = 0.5*(elemVolVars[scvf.insideScvIdx()].density(phaseIdx) + elemVolVars[scvf.outsideScvIdx()].density(phaseIdx)); instead of interpolating the value of rho onto the face made the test pass w.r.t the the old solution * we prefer interpolationg rho, however, therefore the ref solution is updated * using the interpolated rho also decreases the number of timesteps from 8 to 7 (compared to the old master)
-
-
- Aug 31, 2016
-
-
Kilian Weishaupt authored
* Add ref solution
-