- Dec 14, 2021
-
-
Kilian Weishaupt authored
[pnm] Allow the transmissibility of wetting phase to be zero in case of Circle throat shape See merge request !2976
-
-
- Dec 13, 2021
-
-
This disabled the momentum transport of the turbulence model for the case that the water columns are not connected. This is a first order reconstruction.
- Dec 10, 2021
-
- Dec 09, 2021
-
-
Kilian Weishaupt authored
* was DimMatrix before
-
- Dec 07, 2021
-
-
Timo Koch authored
- Dec 06, 2021
-
- Dec 05, 2021
-
-
-
-
Timo Koch authored
-
- Dec 03, 2021
-
-
Kilian Weishaupt authored
Usage: newTypeTag = CppTypeTag(name="TwoP", include="dumux/porousmediumflow/2p/model.hh") myModel = Model(inheritsFrom=[newTypeTag], gridGeometry=gridGeometry)
-
- Dec 02, 2021
-
-
Dennis Gläser authored
[md] Implement variadic argument constructor and update See merge request !2966
-
- Dec 01, 2021
-
-
-
Timo Koch authored
-
Timo Koch authored
-
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- Nov 30, 2021
-
-
Kilian Weishaupt authored
(cherry picked from commit 248f8ad7)
-
Kilian Weishaupt authored
[examples][liddrivencavity] Port to coupled staggered See merge request !2838
-
-
-
Kilian Weishaupt authored
[example][liddrivencavity] Update solution See merge request !2964
-
Kilian Weishaupt authored
* Use more suitable numeric diff epsilon, leading to slightly better Newton convergence * This will also make the test pass for the new staggered implementation (cherry picked from commit 7a018dc3)
- Nov 25, 2021
-
-
Timo Koch authored
-
Kilian Weishaupt authored
[fcstaggered] Fix bug in couplingStencil See merge request !2962
-
Kilian Weishaupt authored
* use bind instead of bindElement to also get outside scvs (cherry picked from commit c8f13736)
-
Kilian Weishaupt authored
[fclocalassembler] Revise calculation of residuals See merge request !2953
-
Kilian Weishaupt authored
* Always calculate full residuals, not just related to fluxes * only considering fluxes would neglect changes of deflected dofs on source and boundary values