- Aug 15, 2018
-
-
-
-
-
This adresses the memory leak associated with both the problem as well as the coupling manager having shared pointers to each other and none of them being destructed at the end of the simulation.
-
Timo Koch authored
-
-
- Aug 14, 2018
-
-
Kilian Weishaupt authored
-
Dennis Gläser authored
[h2oair] Make diffusion coefficient more readable and fix #556 Closes #556 See merge request !1178
-
- Aug 13, 2018
-
-
Timo Koch authored
-
Dennis Gläser authored
[brineco2] Fix asserts that T,p are greater than 0 See merge request !1177
-
- Aug 12, 2018
-
-
Timo Koch authored
-
- Aug 10, 2018
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
* We require the signature std::string(int, int) signature for all pv names functions passed to load solution. You can still wrap a function that just takes a privar index into a lambda with these two arguments. * We make FluidSystem an optional template parameter for all functions that don't make use of it. This way they can be also used directly in loadSolution when not using the convenience free function pvNames. * We return a function from the convenience free function now to be able to include the param group
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Missing: elastic, mpnc, nonequilibrium, mineralization.
-
-
Works for non-staggered discretizations and solution vectors without state so far.
-
Pick the corresponding part of the staggered `MultiTypeBlockVector` in the main file and pass it to the general `loadSolutionFromVtkFile` in the `loadSolution` function. Add specialized `primaryVariableNameCell` and `...Face` functionality.
-
-
Timo Koch authored
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
-
Change 1pni convection test to 1d. There are enough other ni convection tests in more d and there's the 1pni conduction test in 2d.
-
-
Otherwise, the corresponding vtu file might not be present. Enforce this with CMake's `set_tests_properties`.
-
Also pass only the discretization method instead of the FVGridGeometry.
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
-
Holger Class authored
[fluidsystem][brineco2] fix fugacity coeff See merge request !1175