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

FSI: Add an option for stress mapping #41

Closed
MakisH opened this issue Oct 31, 2018 · 4 comments
Closed

FSI: Add an option for stress mapping #41

MakisH opened this issue Oct 31, 2018 · 4 comments
Assignees
Labels
enhancement Nice to have, but not a problem FSI Fluid-structure interaction modelling Physics-related issues

Comments

@MakisH
Copy link
Member

MakisH commented Oct 31, 2018

At the moment, we map forces. However, it would be very nice to also be able to map stresses, which would be easy to implement, having already implemented Force.C.

A limitation here is that we cannot use stresses in CalculiX at the moment. So, a prerequisite for this would be to either:

A. Implement stresses reading also in the calculix-adapter,
B. Add connectivity information in the openfoam-adapter, so that we use a preCICE action to convert the stresses to forces (see also #2 ).
C. Use another structure solver that already supports reading stresses (is there one already?).

This is relevant to #7 .

@MakisH MakisH added enhancement Nice to have, but not a problem modelling Physics-related issues labels Oct 31, 2018
@derekrisseeuw
Copy link
Contributor

In my branch FSI_devStress I added the stress class. I plan to merge this branch soon with the FSI_dev branch on my fork.

You will find that the code is very similar to the force class with a lot of code duplication. The difference between the classes is that the force is multiplied by the surface face areas to get the conservative quantity, while this is not done for the stresses.

If I am correct, deal-ii can handle stresses?

@davidscn
Copy link
Member

In general, you can choose in the deal.ii code, whether you want to calculate with stresses or with forces. But consider, that the deal.ii-precice version is currently a prototype. It could be useful for testing of course.

@uekerman
Copy link
Member

uekerman commented Nov 1, 2018

Just for completion:
Option D: Use connectivity in the structure solver to apply the action.

@MakisH MakisH added the FSI Fluid-structure interaction label Dec 26, 2018
@MakisH
Copy link
Member Author

MakisH commented Jun 29, 2020

This was closed by #125.

@MakisH MakisH closed this as completed Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Nice to have, but not a problem FSI Fluid-structure interaction modelling Physics-related issues
Projects
None yet
Development

No branches or pull requests

4 participants