Convergence error
-
prasannahannur
- Posts: 8
- Joined: Thu Feb 04, 2021 9:06 am
Convergence error
Dear STKO
I modeled a 2D masonry wall in STKO preprocessor by referring to one of your tutorials on youtube (link: https://www.youtube.com/watch?v=r0RyfCxfz80). But I am encountering a convergence error, I tried to change the algorithm and test command in the analysis but still not able to solve the issue. I am attaching my model along with the screenshot of the error that i am getting. Please help me fix the model. ( I am using STKO version 2.0.1 )
Thanking you.
I modeled a 2D masonry wall in STKO preprocessor by referring to one of your tutorials on youtube (link: https://www.youtube.com/watch?v=r0RyfCxfz80). But I am encountering a convergence error, I tried to change the algorithm and test command in the analysis but still not able to solve the issue. I am attaching my model along with the screenshot of the error that i am getting. Please help me fix the model. ( I am using STKO version 2.0.1 )
Thanking you.
- Attachments
-
- error.png (78.85 KiB) Viewed 3742 times
-
- masonrywall.zip
- (598.89 KiB) Downloaded 251 times
Re: Convergence error
Some of the faces have a normal vector pointing downward (-Z direction). In 2D analysis this is not allowed, as it leads to a negative Jacobian (inverted area).
Use the Reverse command to make sure all faces have a coherent normal vector pointing along the positive Z directio [0,0,1]
Use the Reverse command to make sure all faces have a coherent normal vector pointing along the positive Z directio [0,0,1]
-
prasannahannur
- Posts: 8
- Joined: Thu Feb 04, 2021 9:06 am
Re: Convergence error
Dear STKO
Thank you so much for your reply. I made the suggested changes, I changed the coherent normal vectors of all faces to [0,0,1] but the convergence issue is still there.
Thank you so much for your reply. I made the suggested changes, I changed the coherent normal vectors of all faces to [0,0,1] but the convergence issue is still there.
-
marafini.f
- Posts: 363
- Joined: Fri Nov 13, 2020 1:52 pm
Re: Convergence error
Dear prasannahannur,
I tried with the suggestion on my computer and the your model runs further than before.
Tryout my file here: Maybe you moved the model after you applied the change in the orientation, or did not select the faces after clicking ok on the reverse command editor. Try again following the instructions in the terminal.
Francesca
I tried with the suggestion on my computer and the your model runs further than before.
Tryout my file here: Maybe you moved the model after you applied the change in the orientation, or did not select the faces after clicking ok on the reverse command editor. Try again following the instructions in the terminal.
Francesca
-
prasannahannur
- Posts: 8
- Joined: Thu Feb 04, 2021 9:06 am
Re: Convergence error
Thank you so much. The model is now working without any convergence error.
Regards
Prasanna
Regards
Prasanna
-
marafini.f
- Posts: 363
- Joined: Fri Nov 13, 2020 1:52 pm
Re: Convergence error
You are welcome, happy I could help!
-
prasannahannur
- Posts: 8
- Joined: Thu Feb 04, 2021 9:06 am
Re: Convergence error
Dear Francesca
I tried to model a similar masonry infill wall with different aspect ratio and i am facing the same convergence issue as before. I tried to change the orientation with reverse command, i followed the instructions in the terminal to use reverse command but the error still persists. I am not sure whether i am using the reverse command correctly, i even referred to one of your tutorial videos for reverse command and followed the same steps. Can you please help me with this.
I am attaching my model below.
Thanking you
Prasanna Hannur
I tried to model a similar masonry infill wall with different aspect ratio and i am facing the same convergence issue as before. I tried to change the orientation with reverse command, i followed the instructions in the terminal to use reverse command but the error still persists. I am not sure whether i am using the reverse command correctly, i even referred to one of your tutorial videos for reverse command and followed the same steps. Can you please help me with this.
I am attaching my model below.
Thanking you
Prasanna Hannur
- Attachments
-
- masonry.rar
- (624.37 KiB) Downloaded 218 times
Re: Convergence error
You correctly used the Reverse command, but you forgot to re-mesh after the reverse command. If you don't re-mesh it, the mesh element will have the old (wrong) orientation
-
prasannahannur
- Posts: 8
- Joined: Thu Feb 04, 2021 9:06 am
Re: Convergence error
Thank you so much.