- Nov 11, 2019
-
-
[tests][2pncmin] corrected source term. Previously physically wrong, units did not balance. Updated reference
-
- 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
-
- Aug 02, 2018
-
-
Melanie Lipp authored
-
- 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
-
- Jul 16, 2018
-
-
* 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
-
- Jul 13, 2018
-
-
Simon Emmert authored
-
- Jul 04, 2018
-
-
- May 08, 2018
-
-
[references][2pncminbox] update reference solution for saltflushbox after introduction of solidsystem
-
- Jan 31, 2018
-
-
Johannes Hommel authored
[2pncmin] beautification, new reference solution, changed to scalar permeability as setup is isotropic
-
Johannes Hommel authored
-
- May 31, 2017
-
-
Martin Schneider authored
- No mass fractions output - Delete mass fractions, permeabilityFactor and rename velocity output for 2pncmin reference solutions
-
- Mar 29, 2017
-
-
Kilian Weishaupt authored
* Old one did not account for changes in parameter names
-
- Mar 28, 2017
-
-
Kilian Weishaupt authored
* Old one did not account for changes in parameter names
-
-
- Feb 01, 2017
-
-
This concerns comments, output and local variable names. Also fix some comments where liquid has been used instead of gas. (cherry picked from commit cc2f9ee2)
-
- Jan 04, 2017
-
-
Bernd Flemisch authored
This concerns comments, output and local variable names. Also fix some comments where liquid has been used instead of gas.
-
- Sep 27, 2016
-
-
Johannes Hommel authored
for diffusion instead of concentration gradients. This change was introduced in revision 0dc99b97 but the reference solution was not updated then.
-
- Mar 11, 2016
-
-
Thomas Fetzer authored
* reference solution for box and cc changed after correcting liquidDensity function in commit 9757ac83 * reference solution for cc used wrong globalPos
-
- Mar 10, 2016
-
-
The old reference solution was obtained with brinevarsalinity where an erroneous sign had not been corrected yet.
-
- Mar 09, 2016
-
-
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
-
- Mar 08, 2016
-
-
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.
-
- Aug 03, 2015
-
-
Vishal Jambhekar authored
Reference solution for 2pncmin test is changed (Now solution for the last timestep and is used for comparison). The similation endtime is also reduced. - REVIEWED BY J.HOMMEL git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15216 2fb0f335-1f38-0410-981e-8018bf24f1b0
-