-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial for Structure/Structure coupling with FEniCS #27
Conversation
As discussed with @BenjaminRueth on the phone: I think FSI would be the better choice here than SSI:
So, I would recommend to approach FSI first and maybe SSI afterwards if needed. |
I added the |
This PR is very outdated. Rewriting the setup based on https://github.com/precice/tutorials/tree/master/partitioned-elastic-beam and adapting https://github.com/precice/tutorials/tree/master/perpendicular-flap/solid-fenics makes more sense. |
What do we want in the end?
Current State
Pseudo Time Loop
Linear elasticity is a static problem, which is generally not handled by preCICE, but can be circumvented by reformulating the problem as
laplacian(u) - f = du/dt
. Whendu/dt = 0
(= convergence), the static problemlaplacian(u) = f
is solved