- Aug 10, 2018
-
-
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
-
-
- 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`.
-
-
Add the TinyXML-2 parser. Add functions in the `Restart` class that read from a given VTK file into a `SolutionVector`. The names of the primary variables in the VTK file are handed over by the problem. Adapt `applyInitialSolution` of the FVProblem such that it invokes the restart functionality if a start time larger than 0 is handed over.
-
Dennis Gläser authored
[cleanup] Remove unused restart code in main files See merge request !1172
-
-
-
-
The salinity is no longer variable, but is constant. For variable salinities one can use the brine fluid system now.
-
A policy can now be defined for the brine-co2 fluid system in which it can be specified if brine should be used in terms of a pseudo component with constant salinity, or if NaCl is to be considered as an individual component.
-
-
-
For now, we use the thermal conductivity of pure water. The influence of the salinity on the conductivity is neglected for now.
-
-