Viscous damper brace

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

Moderators: silvia, selimgunay, Moderators

Post Reply
Ben-Peng
Posts: 11
Joined: Fri May 11, 2007 5:12 am
Location: Guangzhou, China

Viscous damper brace

Post by Ben-Peng »

Hi silvia,
I am doing a 2d portal with a viscous damper brace. and I defined a viscous material, but I am not sure how to define the brace(which section and element to use).
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

why not the truss with defined section, which would include the damper?
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Ben-Peng
Posts: 11
Joined: Fri May 11, 2007 5:12 am
Location: Guangzhou, China

Post by Ben-Peng »

Thanks, silvia!
I tried both of the truss commends.
1. element truss $eleTag $iNode $jNode $A $matTag
In this commend, $A affect the result of the analysis, I have no idea how to define it.
2. element truss $eleTag $iNode $jNode $secTag
With this commend, I used the Uniaxial section(section Uniaxial $secTag $matTag $string, which $string=P), but I found that the result was the same as that the structure has no damper brace.
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

i don't know enough about it.
but i'd use the truss with a section, where i'd define the uniaxial material to be the section, aggregated with the damper...
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
Ben-Peng
Posts: 11
Joined: Fri May 11, 2007 5:12 am
Location: Guangzhou, China

Post by Ben-Peng »

Thanks for your suggestion, silvia!
But I still have some trouble. I defined the damper with the viscous command, it is the relationship between the stress and the strain-rate(so is the force and the velocity). But with the section Aggregator command, the "$string" has the P, Mz, My, Vz, Vy, T to choose, but P is for the Axial force-deformation. I think that is why I found the analysis result was the same as the structure which has no damper brace. And how to do it correctly!

The script about the damper brace:
###########
uniaxialMaterial Viscous $IDVis $C $alpha ; # build viscous material

section Aggregator $VisSecTag $IDVis P -section $ColSecTag;

element truss 4 1 4 $VisSecTag ;
Post Reply