Displacement boundaries update problem #12277
Replies: 7 comments 3 replies
-
Hi @muhammedfurkanyilmaz, |
Beta Was this translation helpful? Give feedback.
-
Dear Furkan, |
Beta Was this translation helpful? Give feedback.
-
Dear @muhammedfurkanyilmaz, Inspecting your files, the following things I looked at
Other things that stand out:
To get a for me understandable starting situation as result of stage 1, I changed the following:
All of this still gives the phenomenon that you have observed: the bottom moves, but the rest of the column stays horizontally in the same place. Searching in the code reveals that in line 194 the function ApplyConstantScalarValueProcess::InternalApplyValue fixes are added to nodal variables, but these nodal_variables are not given free. This implies that fixes are only added, never released. When I free the nodal variables, the column moves horizontally. I will discuss in the coming days what the proper way is to fix this issue. Regards, Wijtze Pieter |
Beta Was this translation helpful? Give feedback.
-
Hi Furkan (@muhammedfurkanyilmaz), We are currently assessing your problem. However for our prioritization it would be nice to know if you are working on a branch (or fork) of our code and if you plan to push the code to the master at some point soon. Otherwise it will not be a priority to us. If however you do have a branch please let us know which one, so we can help with your progress and measure how much work it will be on our end when you eventually push it to the master. As you will appreciate although we want to support all research and everyone's use of our code, it is costly to us, if there is no return of new features, etc. to the community and our support will have no return value to us, thus at this moment we will only address the problem when we have time. Regards Jon (@mcgicjn2) |
Beta Was this translation helpful? Give feedback.
-
Hi Jon @mcgicjn2 , We have forked Kratos on the @ITUEQTEAM GitHub account to facilitate the implementation of our research. You may receive notifications as we update the repository. We deeply appreciate your assistance and support. We kindly request that you address the above-mentioned issue, enabling us to verify our findings on Kratos and advance our research. Regards |
Beta Was this translation helpful? Give feedback.
-
Hi Furkan @muhammedfurkanyilmaz, Thank you for letting us know! We have looked into the issue and found a fix, after which the walls are no longer fixed in the second stage. You can find how implement it using the description in #12454. However, since there are ongoing developments regarding multistage analysis, we'll have to discuss (also with CIMNE) if this is the way we will fix the issue on master. Therefore, it might take longer for it to get there. In the meantime feel free to implement the described fix (a few additional lines in Kind regards, |
Beta Was this translation helpful? Give feedback.
-
Dear @rfaasse, I've added the code snippet you shared for this problem, now the lateral boundaries can move freely laterally but input acceleration is not integrated correctly, the previously solved problem ( #12178 ) popped up again unless I use the displacement trace as an input. But I'm still getting high responses in terms of stress and strains compared to Plaxis even though I used the absorbing boundaries with relatively high damping. Regards |
Beta Was this translation helpful? Give feedback.
-
Dear @Kratos/Geomechanics,
I want to make a two-stage analysis by changing the displacement boundaries and loading process. At the first stage I've just tried to define K0 conditions with the lateral displacement boundaries normally fixed, and at the second stage, I've added absorbing boundaries at the base and allowed to displace horizontally at the lateral boundaries. However, the displacement boundaries of the first stage were not updated in the second stage. What could be the reason?
Best regards,
Furkan
Beta Was this translation helpful? Give feedback.
All reactions