Closed BenjaminRodenberg closed 3 years ago
In case you use Force
data, it is indeed related to #44, which is not included in the backport. I just realized that we also advertise the backport on our website. Question goes a bit to @MakisH, who brought up the idea in #32 and closed it. Either we drop v9.1 our we should add an action in order to sync it automatically with the base branch.
I see that the backports ppa supports Ubuntu 18.04 (bionic) and 20.04 (focal), so we can drop our support for 9.1.
@DavidSCN could you please delete the branch and remove this information from the website? Otherwise, I could do it towards the end of the week.
I'm anyway updating the docs right now...
I just did an experiment, where I ran Deal.II with a fake fluid solver that just provides a constant force. I can provide more details, if needed.
First I started with deal.II version 9.1.0 and the corresponding branch of the adapter (cac50c4) and got this result:
I repeated the experiment with deal.II version 9.2.0 and the master branch of this repository (1d14846) and got this result:
Both plots show the displacement of the tip in x and y direction. The amplitude of the oscillation differs a lot. One good candidate for the difference is https://github.com/precice/dealii-adapter/pull/44.
Another note: The
9.2.0
version gives results that match very well with the same setup using FEniCS. Therefore, I am quite confident that the9.2.0
version is correct and the9.1.0
is not.