- Jan 16, 2018
-
-
Timo Koch authored
* [test][richards] Fix solver include (Used to compile before due to indirect include over newtoncontroller.
-
- Jan 13, 2018
-
-
Timo Koch authored
-
- Jan 10, 2018
-
-
- Jan 08, 2018
-
-
Kilian Weishaupt authored
* make output more clear
-
- Jan 06, 2018
-
-
Kilian Weishaupt authored
* calculate the mass and volume fluxes over two different planes
-
- Jan 04, 2018
-
-
Timo Koch authored
-
Bernd Flemisch authored
Use the `DUNE_VERSION*` macros to distinguish between Dune >= 2.6 and < 2.6. Employ the correspondingly correct types, constructors and function calls for Mappers and ReferenceElements.
-
Timo Koch authored
-
- Jan 03, 2018
-
-
Timo Koch authored
The point source computation in FVProblem uses the problem implementation to compute the point source map. However it is executed in the constructor where the problem implemenation is not fully instatiated yet as it derives from FVProblem. This patch disables point source computation by default. If you want to specify point sources you have to manually call problem->computePointSourceMap() now.
-
Bernd Flemisch authored
Replace all calls of `*_PARAM*` macros by correspnding calls to `getParam`. Remove the corresponding properties. If `getParam` is called more than once for one parameter, specify a default value in [`properties.hh`](dumux/porousmediumflow/sequential/properties.hh). Otherwise, specify the default value in the call to `getParam`.
-
- Dec 22, 2017
-
-
Timo Koch authored
-
Timo Koch authored
-
Kilian Weishaupt authored
* test did not compile for box
-
Kilian Weishaupt authored
* type Fluid does not exists anymore
-
- Dec 21, 2017
-
-
-
implementation is not general and is only used to reproduce a reference from literature.
-
-
-
-
-
Dennis Gläser authored
-
Timo Koch authored
-
Timo Koch authored
-
Sina Ackermann authored
-
Sina Ackermann authored
* remove test for 1p fluidsystem
-
Sina Ackermann authored
* use LiquidPhase directly
-
Sina Ackermann authored
* use LiquidPhase directly
-
Timo Koch authored
-
Timo Koch authored
-
Sina Ackermann authored
-
Sina Ackermann authored
-
Sina Ackermann authored
-
Timo Koch authored
-
Timo Koch authored
-
Katharina Heck authored
-
Kilian Weishaupt authored
* calculate stencils directly in assembly map * remove stencils class and property
-
- Dec 20, 2017
-
-
Timo Koch authored
-
-
The velocity calculation in Dumux 2.11 for the reynoldsnumbers is different, which leads to a different solution now
-
*harmonic mean for thermal conductivity
-