-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
No support for Stress data #111
Comments
Do you want to make the adapter able to write stress ? Because reading Pressure is already possible since #91 |
Oh, then we should probably add the word "stress" somewhere in this page: https://precice.org/adapter-calculix-config.html We only need to read stress. I assume that pressure is only a scalar with the normal component. Is that correct? |
Yes. So no tangential traction is possible here. I don't know if it's a CalculiX limitation or something else. |
I don't know if CalculiX has any such limitation. Maybe @MatthiasFreimuth has some clue here.
What do you mean by "wrapper"? This already sounds doable with preCICE actions.
But then how do we do it in deal.II? @davidscn |
Didn't think of actions, I guess it could work! |
As far as I know, there should be no limitations from CalculiX side regarding tangential traction. |
We just read a Stress vector. On the OpenFOAM side we also compute it via normal vector x stress tensor. |
This issue has been mentioned on preCICE Forum on Discourse. There might be relevant details there: |
Our Turek Hron FSI3 tutorial (OpenFOAM-deal.II) exchanges stress and displacement data. However, CalculiX does not currently know how to handle stress data. Supporting stresses would make adding a CalculiX case to this tutorial much easier.
The text was updated successfully, but these errors were encountered: