SectionAggregator Object

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
ftong
Posts: 10
Joined: Tue Nov 06, 2012 10:05 am
Location: University of Toronto

SectionAggregator Object

Post by ftong » Wed Mar 06, 2013 12:10 pm

Dear Colleagues,

Here is a question about SectionAggregator object.
I am trying to incorporate linear elastic shear component into an already-defined fiber section that captures the axial and flexural behaviors. To my knowledge, the following scripts are to be used:

section Fiber $fiberSecTag { ; # this is already defined
......
}
uniaxialMaterial Elastic $matTagV $tangent;
section Aggregator $aggrSecTag $matTagV Vy -section $fiberSecTag

Should "$tangent" in the uniaxialMaterial definition be the shear modulus G or GAv where Av is effective area of the fiber section?

Thanks
Fei

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: SectionAggregator Object

Post by fmk » Mon Mar 25, 2013 9:51 am

GA and remember it only works in the force beam column element (not the displacement element)

Post Reply