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.
Progressive analysis
Moderators: silvia, selimgunay, Moderators
-
- Posts: 11
- Joined: Sat Jul 28, 2018 12:05 pm
Re: Progressive analysis
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)
}
استادتون کیه ؟
get element response (http://opensees.berkeley.edu/wiki/index ... se_Command)
check criteria and remove element (http://opensees.berkeley.edu/wiki/index ... oldid=8578)
}
استادتون کیه ؟
-
- Posts: 916
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: Progressive analysis
You can find some info on automated element removal here
http://opensees.berkeley.edu/wiki/index ... nt_Removal
http://opensees.berkeley.edu/wiki/index ... nt_Removal