- 22 Jun, 2022 3 commits
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
The py2/3 compatibility layer has been removed https://github.com/PyCQA/pylint/pull/4942
-
- 04 Jun, 2022 4 commits
- 03 Jun, 2022 4 commits
-
-
-
Kai Wendel authored
- 02 Jun, 2022 7 commits
-
-
Bernd Flemisch authored
reorder changelog See merge request !3157
-
Bernd Flemisch authored
-
Ned Coltman authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
- 01 Jun, 2022 18 commits
-
-
Timo Koch authored
-
-
-
-
Make test more robust by * fixing output interval so always the same number of outputs are written * use fixed time step size Decrease runtime by only using 1 cell in y-direction. We test in 2D to test the model in 2D but the specific setup is one-dimensional so the added cells can be spared. The new reference solution was created with a timestep of 5s. The test uses a timestep of 25s which still reproduces and accurate enough solution so the comparison passes.
-
Timo Koch authored
[richards][fluidsystems] Fix static assert in Richards and implement H2OAir::viscosityIsConstant interface
-
delp is not generally a useful output in particular since -1e5 is hard-coded as offset. In case of small pressure changes this output also suffers from possible large rounding errors since p is the primary variables and -1e5 might result in 5 insifgnificant digits. No other model has this default output field. Hence, this makes output more consistent across models.
-
Timo Koch authored
-
Stefanie Kiemle authored
Feature/parameterlist Closes #1101 See merge request !3067
-
Yue Wang authored
-
Yue Wang authored
-
- 31 May, 2022 4 commits
-
-
-
Timo Koch authored
-