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

Beam contac #19

Open
HumbertHumbert7 opened this issue Mar 21, 2024 · 6 comments
Open

Beam contac #19

HumbertHumbert7 opened this issue Mar 21, 2024 · 6 comments

Comments

@HumbertHumbert7
Copy link

IMG_5340

Is this problem implemented?
How can I solve it?
Thank you

@permas4edu
Copy link

I guess you ask for a static contact analysis. This problem can be solved in PERMAS. Can you provide the geometrical (i.e. cross-section, length) and material properties (Young's modulus) of the elastic beam? Is it a distributed load? How large is the load?

@tsarikahin
Copy link
Collaborator

@HumbertHumbert7 Sorry for the late answer.

This problem is not implemented. But by applying Karush-Kuhn-Tucker inequalities, this can be solved. However, KKT constraints are formulated only for 2D domains. You need to modify them based on the 1D beam example.

Steps:

  • You must define a possible contact area search (possibly the whole domain)
  • generate, KKT constraints (gap has to be positive, normal pressure has to be negative and multiplication has to be zero)

To enforce KKT constraints, you can use the Fisher-Burmeister function, but still, you have to calculate the gap and normal pressure (Normal pressure would be in this case the pressure in vertical direction, so the shear stress)

Thats basically all.

@HumbertHumbert7
Copy link
Author

Hi, thank you very much for your responses. it doesn't matter if the problem is not implemented, I have considered some other contact mechanics problem for which I have proceeded as indicated by tsarikahin and I have founded very useful the paper you have published.

@tsarikahin
Copy link
Collaborator

@HumbertHumbert7 Thank you for your kind words. Please feel free to make a PR to add your examples.

@permas4edu
Copy link

beam_in_contact_with_ground

@permas4edu
Copy link

The clamped-clamped beam is loaded by a line load. A node to ground contact with an initial gap is used here. Moreover, a hard contact is used in PERMAS.

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

No branches or pull requests

3 participants