BuildingTcl -- addElementType: ElementModelLabel ColumnHinge: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ link=BuildingTcl|right ==Commands == :addElementTypeData ElementTypeLabel $ElementTypeLabel :addElementTypeData ElementModelLabel Colum…')
 
No edit summary
Line 30: Line 30:
This ElementType can only be placed where a column has been defined.
This ElementType can only be placed where a column has been defined.


This ElementType can only be used with a section defined as: SectionModelLabel ColumnHinge.
This ElementType can only be used with a section defined as: SectionModelLabel [[BuildingTcl -- addSection: SectionModelLabel ColumnHinge || ColumnHinge]].





Revision as of 18:01, 7 January 2010


Commands

addElementTypeData ElementTypeLabel $ElementTypeLabel
addElementTypeData ElementModelLabel ColumnHinge
<addElementTypeData ElementTypeDescription $ElementTypeDescription >
<addElementTypeData HingeLocation $HingeLocation>
addElementType


Arguments

$ElementTypeLabel
Unique ElementType Label for reference
$ElementTypeDescription
Text. Optional, default = blank {}
$HingeLocation
Location of hinge at column ends. Optional, default = BothEnds
Options
BothEnds -- Top and Bot
Top -- Top of column, below the joint
Bot -- Bottom of column, above the joint


Notes

The addElementType command must be placed at the end of each Element-data definition, as it takes all data defined since the last addElementType command and define the Element.

This ElementType can only be placed where a column has been defined.

This ElementType can only be used with a section defined as: SectionModelLabel | ColumnHinge.



Options

OpenSees Object

This ElementModel is based on the OpenSees ZeroLengthSection Element



BuildingTcl -- addElementType

Return to BuildingTcl Command Language Manual