Convergence error while pushover analysis

Post Reply
gookki
Posts: 39
Joined: Wed May 19, 2021 8:24 am

Convergence error while pushover analysis

Post by gookki » Tue Sep 07, 2021 7:45 am

I'm going to modify the week_12 webinar model slightly and analyze it by combining the pushover of mode shape with self weight.
As advised here, I applied prescribed displacement, which caused problems that could not converge immediately even with very little lateral force. I need help with what the problem is. (but It is worked well in vertical load)

And in the current model, in order to increase the lateral force while maintaining the constant self weight, the constant definition is applied and the sp condition is linear definition is applied, so I wonder if this works as I thought.

(As an incidental question, I tried to put a specific value of sp into the code by referring to other utils.py files, but it didn't work. I want to try it, but I'd appreciate it if you could check the code
Attachments
work_0907.zip
(295.64 KiB) Downloaded 193 times

LuisB
Posts: 9
Joined: Tue Sep 07, 2021 12:21 pm

Re: Convergence error while pushover analysis

Post by LuisB » Tue Sep 07, 2021 4:03 pm

Hey gookki, how are you? I was looking at your model and I found that you had applied both, gravity loads and lateral loads in the same analysis. I would recommend splitting those into two analyses. In addition, you should change the Constraints Handler to Penalty (remember that the value of the parameter can be around 8 orders of magnitude greater than the stiffest material in your model.
Note: The transformation method is not recommended to be used when multiple constraints have been applied (https://opensees.berkeley.edu/wiki/inde ... ion_Method).

Regarding your script, the property that you should use there is called real, so the code would be:
p.XObject.getAttribute(‘Ux value’).real = Uxvalue
Regards,
Luis

BuuNguyen
Posts: 134
Joined: Fri Oct 29, 2021 3:28 am
Location: Paraguay
Contact:

Re: Convergence error while pushover analysis

Post by BuuNguyen » Fri Jan 07, 2022 8:19 am

Hello LuisB,
LuisB wrote:
Tue Sep 07, 2021 4:03 pm
Penalty (remember that the value of the parameter can be around 8 orders of magnitude greater than the stiffest material in your model.

stiffest material means "K" value?
how can I define the stiffest material if
1/ I model soil domain only?
2/ I model soil + supper-structure?

Thank for your support.
Buu

marafini.f
Posts: 363
Joined: Fri Nov 13, 2020 1:52 pm

Re: Convergence error while pushover analysis

Post by marafini.f » Sun Jan 16, 2022 6:38 pm

Dear BuuNguyen,

You need to check which is the largest stiffness present in your model, it does not matter if you have only soil or soil+structure. You just need to go into your physical properties, check which materials you have used by comparing stiffness in the same units and choose the largest one to calculate the penalty parameter.

Do search for the word penalty in the whole forum, there should be a lot of threads in it and you could find more useful information.

Enjoy your modelling :geek:
Francesca

Post Reply