Modelling Ductility of Column

If you have a script you think might be useful to others post it
here. Hopefully we will be able to get the most useful of these incorporated in the manuals.

Moderators: silvia, selimgunay, Moderators

Post Reply
zanchu
Posts: 1
Joined: Thu Mar 29, 2007 9:46 pm

Modelling Ductility of Column

Post by zanchu » Sat Sep 08, 2007 12:52 am

Basically, as the transverse steel ratio of a coulmn changes, the ductility of the column changes accordingly. Is there any way to model the effect of change of transverse steel ratio so to observe the change in ductility of the structural members (column) in opensees?
Thank your for your help in advance!

zvidrih
Posts: 39
Joined: Wed Apr 30, 2008 1:55 am
Location: Ljubljana, Slovenia

interesting thought

Post by zvidrih » Wed Apr 30, 2008 2:30 am

Hi!

Well, I guess that you have some formula to calculate the stress-strain relationship for confined concrete...
Why don't you use Tcl commands to create the material properties that you're using...

e.g. if you're using Concrete04
# transverse steel ratio
set rhoS someValue
...
set fcc [expr SomeFunction fc fl]
set ecc [expr SomeOtherFunction $fcc fc]...
set ecc [expr SomeTotallyDifferentFunction $rhoS $fyh $esu $fcc]...
(mind the sign)
uniaxialMaterial Concrete04 $matTag $fcc $ecc $ecu $Ec

Hope it helps,

Zlatko Vidrih

luoyunbiao
Posts: 16
Joined: Sun Apr 08, 2007 10:00 pm
Location: Kyoto Unviersity
Contact:

Re: interesting thought

Post by luoyunbiao » Wed Jun 18, 2008 11:25 pm

Thank you!
Disaster Prevention Research Institute
http://www.steel.dpri.kyoto-u.ac.jp/
Kyoto University, Kyoto, Japan
luoyunbiao@hotmail.com

Post Reply