- Aug 15, 2018
-
-
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
- Aug 09, 2018
-
-
-
Make it work for 2p/2p2c box as well as cell-centered. Introduce a property PrimaryVariableNames that extracts the names from the employed formulation and fluid system (2p2c).
-
Distinguish between switchable primary variables and standard ones. Outsource filling of the solution vector to a correspondingly specialized function `setPrimaryVariables`.
-
-