- 10 Mar, 2021 8 commits
- 01 Oct, 2019 1 commit
-
-
Beatrix Becker authored
changes only affect documentation
-
- 17 Dec, 2018 1 commit
-
-
Timo Koch authored
-
- 04 Sep, 2018 1 commit
-
-
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.
-
- 07 Aug, 2018 2 commits
- 04 Jul, 2018 1 commit
-
-
Co-authored-by:
Simon Scholz <simon.scholz@iws.uni-stuttgart.de> Co-authored-by:
Beatrix Becker <beatrix.becker@iws.uni-stuttgart.de>
-
- 10 Apr, 2018 1 commit
-
-
With contributions of Ned Coltman <edward.coltman@iws.uni-stuttgart.de>.
-
- 03 Apr, 2018 1 commit
-
-
- 21 Feb, 2018 1 commit
-
-
Timo Koch authored
-
- 20 Dec, 2017 1 commit
-
-
Simon Scholz authored
-
- 16 Dec, 2017 1 commit
-
-
- 04 Dec, 2017 1 commit
-
-
- 25 Oct, 2017 1 commit
-
-
Dennis Gläser authored
-
- 03 Sep, 2017 1 commit
-
- 07 Apr, 2017 1 commit
-
-
- 06 Apr, 2017 2 commits
-
-
-
Gabi Seitz authored
-
- 20 Mar, 2017 1 commit
-
- 09 Feb, 2017 1 commit
-
-
Dennis Gläser authored
-
- 30 Jan, 2017 1 commit
-
-
Timo Koch authored
-
- 26 Jul, 2016 1 commit
-
-
Bernd Flemisch authored
Everything in our .hh files is defined within the namespace `Dumux`. There were numerous occurrences of `Dumux::` qualifiers that were unnecessary. Remove those occurrences. Necessary qualifications remain, such as `typedef Dumux::H2O<Scalar> H2O;`.
-
- 18 Dec, 2015 1 commit
-
-
larissa authored
-
- 13 Jul, 2015 1 commit
-
-
Christoph Grueninger authored
- remove trailing whitespace - replace tabs by spaces - remove pointless returns - remove superfluous semicolons (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15056 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Jun, 2015 1 commit
-
-
Kilian Weishaupt authored
Reviewed by Thomas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14837 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 01 Jun, 2015 1 commit
-
-
Kilian Weishaupt authored
values). Reviewed by Martin S. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14820 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 11 Mar, 2015 1 commit
-
-
Simon Scholz authored
Reviewed by Alex git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14369 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Oct, 2013 1 commit
-
-
Philipp Nuske authored
nonetheless it's namespaces should be properly commented :-) reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11865 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 18 Sep, 2012 1 commit
-
-
Christoph Grueninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9087 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Aug, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8999 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 14 Aug, 2012 1 commit
-
-
Philipp Nuske authored
- incorporate the minus sign of the darcy relation only at the velocity calculation. I.e take it away from kGradpNormal. Therefore, >< for upstream decision has to be switched: in boxdarcyfluxvariables and in the smooth upwinding of mpnclocalresidualmass - correct some spelling - split the main body in two function: calculate gradients and calculate velocities. - calculate volumeFlux from velocity instead of calculating it from scratch: less error prone. boxelementvolumvariables: set the evaluation point to zero. This is only used for semi-smooth methods. If this is not set to zero, strange segfaults may occur because the evaluation point is *not* set *Introducing* boxforcheimerfluxvariables: It is now possible to calculate velocities according to the Forchheimer relation in stead of exclusively the Darcy relation. This flux calculation can be used without changing the actual residual calculation: just derive the fluxvariables from boxforchheimerfluxvariables (or use them directly as your fluxvariables) The only other necessary ingredient for using the Forchheimer relation is putting a forchheimer coefficient into your spatialparameters class (see the forchheimer tests in test/boxmodels/mpnc) mpncfluxvariables: derive from Basefluxvariables Property in stead of DarcyFluxVariables. This way the velocity-potentialGradient relation can be chosen in the problem. mpncproperties: introduce new Property for Darcy / Forchheimer relation switch mpncfluxvariables: derive from a property allowing for the setting of velocity relation (Darcy/Forchheimer) in the problem mpncvolumevariables, mpnclocalresidualmass, mpncwritercommon: correct typo / naming simpleh2o: added heatcapacity function, removed ";" text/boxmodels/mpnc: added two tests for the forchheimer relation. One test for single phase flow and one test for two-phase flow. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8864 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 31 Jan, 2012 1 commit
-
-
Andreas Lauser authored
- new institute name - add missing modelines - reformat the entry for leopold stadler in air.hh git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7590 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Jan, 2012 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7551 2fb0f335-1f38-0410-981e-8018bf24f1b0
-