Progressive analysis

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
nilz
Posts: 34
Joined: Sat Nov 12, 2016 7:03 am
Location: Ferdowsi university of mashhad

Progressive analysis

Post by nilz » Sun Aug 19, 2018 5:07 am

Dear all researchers

I tend to remove my element after reaching the defined force.
but
I don't know how to write a loop for understanding which the element forces reached to the defined force or not.
and after removing the element, How can converge the analysis?

If anyone has a code, please provide me

I look forward to hearing from you.

imansalehi
Posts: 11
Joined: Sat Jul 28, 2018 12:05 pm

Re: Progressive analysis

Post by imansalehi » Mon Aug 20, 2018 10:09 am

loop over element tags at each analysis steps { (http://wiki.tcl.tk/1018)
get element response (http://opensees.berkeley.edu/wiki/index ... se_Command)
check criteria and remove element (http://opensees.berkeley.edu/wiki/index ... oldid=8578)
}

استادتون کیه ؟

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Progressive analysis

Post by selimgunay » Fri Aug 24, 2018 2:26 pm

You can find some info on automated element removal here

http://opensees.berkeley.edu/wiki/index ... nt_Removal

Post Reply