section

This module provides constructors for SectionForceDeformation objects which represent force-deformation (or resultant stress-strain) relationships at beam-column and plate sample points.

FiberSection(name, torsional_stiffness, areas, **kwds)

name Tag
GJ Num linear-elastic torsional stiffness assigned to the section (optional, default = no torsional stiffness)
areas []

SectionAggregator(name, materials, section, **kwds)

name Tag
materials {dof : material …} the force-deformation quantity to be modeled by this section object.
dof Flg
material Ref(uniaxial) tags of previously-defined UniaxialMaterial objects
section Ref(section) tag of previously-defined Section object to which the UniaxialMaterial objects are aggregated as additional force-deformation relationships
Back to top