- Aug 10, 2018
-
-
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.
-
-
-
-
-
Dennis Gläser authored
[privarswitch] Unify phase presence output to be called 'phase presence' See merge request !1174
-
Timo Koch authored
-
Dennis Gläser authored
[test][1pni] Add a test in 1d and remove the one in 2d See merge request !1171
-
Dennis Gläser authored
[volVars][2p] fix wrong index in saturation update See merge request !1173
-