Element removal beyond a threshold material stress value
Posted: Sat Mar 24, 2012 9:11 am
The following command I want to use; the problem I am facing is that the present code fails to calculate the stress in element ($material_stress) while the program running. My actual aim is to detect the real time failure and to check the dynamic properties of a structure when few members getting failed.
if {$material_stress >= $threshold_value} {
remove element 7
remove element 11
puts "member 7 & 11 removed sucessfully at t = $tCurrent"
}
Thanks in advance.
best regards,
Koushik
--------*--*---------
PhD Student(Structural Engineering)
Department of Civil Engineering
IIT Kanpur
India-208016
alternate email: koushik@iitk.ac.in
if {$material_stress >= $threshold_value} {
remove element 7
remove element 11
puts "member 7 & 11 removed sucessfully at t = $tCurrent"
}
Thanks in advance.
best regards,
Koushik
--------*--*---------
PhD Student(Structural Engineering)
Department of Civil Engineering
IIT Kanpur
India-208016
alternate email: koushik@iitk.ac.in