diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f2f22c97ee448593eba22f41aae4347d039f37..92fbc37f82d4ed4fc3dfa1b91cadd70fc2441745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Differences Between DuMuX 3.2 and DuMuX 3.1 - __Radially symmetric problems__: We now have support for radially symmetric problems (disc, ball, toroid). The support comes in form of wrappers for sub control volumes and faces that overload the respective `volume()` and `area()` function turning a 1d or 2d problem into a 2d or 3d radially symmetric problem. +- __Improvements of Beavers-Joseph(-Saffman) condition for the free flow model__: The naming for handling BJ(-S) boundary conditions has been adapted from `isBJS()` to `isBeaversJoseph()` / `setBJS()` to `setBeaversJoseph()`. In order to consider the velocity within the porous medium, the old `velocityPorousMedium(element, scvf)` method (returning a Scalar) has been renamed to `porousMediumVelocity(element, scvf)` (returning a velocity vector). The latter defaults to `VelocityVector(0.0)`. + ### Immediate interface changes not allowing/requiring a deprecation period - Remove `Grid.HeapSize` as dune-ugrid removed the according feature as well.