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

Boundary Conditions #1

Open
gkokotinis opened this issue May 8, 2020 · 8 comments
Open

Boundary Conditions #1

gkokotinis opened this issue May 8, 2020 · 8 comments

Comments

@gkokotinis
Copy link

Is there a way to set as boundary condition four support points (for examble the four corners)?

@gkokotinis gkokotinis reopened this May 8, 2020
@gkokotinis gkokotinis reopened this May 8, 2020
@quaesito
Copy link
Owner

Yes, you could model is as follows:

  • Create an external bc o-o-o-o with no constraints at the external boundaries
  • Create 4 internal boundary conditions with 4 point supports

@gkokotinis
Copy link
Author

gkokotinis commented May 11, 2020 via email

@gkokotinis
Copy link
Author

gkokotinis commented May 11, 2020 via email

@quaesito
Copy link
Owner

Points supports are always tricky in fem for a few reasons.
Try with the following suggestion:
I suggest you create a finely meshed plate with external bcs o-o-o-o and 4 patch supports at the corners (like if they were columns). You can then reduce the size of the support (and accordingly make the mesh finer and finer), hence simulating you get closer to a point support. When your results are close to your expectations and you are satisfied with it, you have found your best configuration for the model.
Hope this will help!

@gkokotinis
Copy link
Author

Ok, thank you very much!

@gkokotinis
Copy link
Author

Hello again,

Subsequently, I am trying to change positions of the support patches and to calculate the new deformation. For example, if i "drag" the two left-edge corner supports to the middle of the edge, I am waiting to see a major deformation in z-direction. Any idea of how to do that?

@quaesito
Copy link
Owner

If I have correctly understood your problem, you want to reposition the two supports at the corners to the middle of the edge. Then, in that case, you should adjust the boundary conditions.

@gkokotinis
Copy link
Author

I want to move the two supports, but to maintain the length of the edge. For example, if initially the edge's length was "a", I want to move the supports and the curve's length to be also "a" after that, but keeping the supports at the corners of my geometry. The result will be an extra deformation to z-axis. If I just change the position of the supports adjusting the boundary conditions, the result will be not to have supports at the corners, but somewhere else.

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

2 participants