Hello everyone,
I am currently having an error with my model.
I'm a new user. So, I had many errors until now, but this is the one I couldn't solve, yet.
Could anyone help me, please?
The attached file is my model...
Thank you!
About a convergence error
About a convergence error
- Attachments
-
- wall_c_fix_XYplane.rar
- (107.54 KiB) Downloaded 146 times
Re: About a convergence error
Here's a working version of your model:
There were some issues with your model:
- The Concrete07 material has a nice hysteretic loop, but it gets really unstable in certain circumstances, leading to unphysical results:
- In OpenSees with 2D models, the geomTransf does not use the user-defined Z vector (it assumes that the section local Z axis coincides with the global Z). So your custom orientation with Local Axes in STKO is useless. It will collapse all the fiber in 1 point, thus leading to a singular matrix.
You can either re-create all your fiber sections in the opposite direction, or (as I did) turn your model into a 3D model, and add a Fix2D constraint (Uz = Rx = Ry = 0) all over the model. - After those changes your model runs but will show convergence issues due to a sudden drop in your Pushover curve. I solved it by changing some parameters in the analysis, most importantly the Krylov-Newton and the Adaptive time step.
Re: About a convergence error
Dear STKO Team,
Thank you very much!
I really appreciate your help!
Thank you very much!
I really appreciate your help!