-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
Yes, you could model is as follows:
|
This one creates supports to the entire edges. I need just the corners.
…On Mon, May 11, 2020 at 10:04 AM Michele De Filippo < ***@***.***> wrote:
yes. Set:
typeextBC = 's-s-s-s'
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APQBWHWVS6I36VBNVUAYCNLRQ6PPZANCNFSM4M4CNO7A>
.
|
Hello again,
I tried to create 4 point supports as you suggested with the external bc
o-o-o-o, but the result is not the desirable one. Here I show you the
resulting graph.
![Deformation Plot](https://user-images.githubusercontent.com/65018654/81553730-445ff580-938e-11ea-9b25-06cbfaa66eae.png)
However, when I set 4 patch supports, the result is closer to reality.
Which do you think could be the problem?
…On Mon, May 11, 2020 at 10:07 AM Michele De Filippo < ***@***.***> wrote:
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
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APQBWHTGFCKRK744NOZI2UDRQ6PZNANCNFSM4M4CNO7A>
.
|
Points supports are always tricky in fem for a few reasons. |
Ok, thank you very much! |
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? |
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. |
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. |
Is there a way to set as boundary condition four support points (for examble the four corners)?
The text was updated successfully, but these errors were encountered: