Page 1 of 1
Non Convergence during analysis
Posted: Sun Sep 22, 2024 8:58 pm
by mari01
Hello,
I was trying to follow the tutorial on fiber columns where I encountered the non convergence problem. I have attached the tutorial link and the created file.
https://youtu.be/vPB9ZwTZbNw?si=qAIyzDIpDyRMQydp.Please help.
Thank You
Re: Non Convergence during analysis
Posted: Mon Sep 23, 2024 6:12 am
by kesavapraba
Hi, Please note the three things in your model, as follows:
1] Torsional stiffness (GJ) of the beam section can't be zero, as it will show singularity issue in the stiffness matrix.
2] You can use "LoadControl" integrator instead of "ArcLength", as the setting parameters for the arc length method is tricky!
3] No analysis settings has been provided for the last analysis (adaptive..), so either you should specify the analysis settings explicitly in the TCL script or disable the wipeAnalysis in the previous setting.
You can see the revised model in the attached file here.
Re: Non Convergence during analysis
Posted: Mon Sep 23, 2024 9:28 pm
by mari01
Thank you very much.
Re: Non Convergence during analysis
Posted: Tue Sep 24, 2024 5:37 am
by kesavapraba
You are welcome