Skip to content
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

Closed
wants to merge 12 commits into from

Conversation

BenjaminRodenberg
Copy link
Member

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. When du/dt = 0 (= convergence), the static problem laplacian(u) = f is solved

@uekerman
Copy link
Member

As discussed with @BenjaminRueth on the phone:

I think FSI would be the better choice here than SSI:

  • FSI is much more relevant to our users.
  • SSI has still some numerical issues that we have not yet fully resolved / understood. See the master thesis of @Alex-tru (not online afaik, I can send an offline copy if somebody needs it). My guess is that it is a similar issue than the flux computation for heat-heat coupling.
  • For FSI, you only have "half of the work" as you "only" need to read forces and write displacements, but not the other way around as well.

So, I would recommend to approach FSI first and maybe SSI afterwards if needed.

@BenjaminRodenberg
Copy link
Member Author

I added the wontfix label and we can leave this PR open to indicate that this PR is postponed.

@fsimonis fsimonis changed the base branch from master to develop November 27, 2019 11:05
@BenjaminRodenberg
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants