- Jun 02, 2022
-
-
Dennis Gläser authored
-
- Jun 01, 2022
-
-
Timo Koch authored
-
-
-
-
Timo Koch authored
-
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
-
Timo Koch authored
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
-
- May 31, 2022
-
-
-
Timo Koch authored
-
-
-
- May 30, 2022
-
-
Yue Wang authored
-
Yue Wang authored
-
Timo Koch authored
Typenames are CamelCase
-
Dennis Gläser authored
[intersectingentities] Return const& to corner storage See merge request !3131
-
- May 28, 2022
-
-
This avoids making a copy of the vector
-
- May 25, 2022
-
-
Bernd Flemisch authored
Use reference instead of copy in for loop in coupling manager See merge request !3126
-
-