BuildingTcl -- addElementType: ElementModelLabel nonlinearBeamColumn: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ link=BuildingTcl|right ==Commands == :addElementTypeData ElementTypeLabel $ElementTypeLabel :addElementTypeData ElementModelLabel nonli…')
 
No edit summary
 
Line 24: Line 24:
:: Corotational -- Opensees [[Corotational Transformation]]
:: Corotational -- Opensees [[Corotational Transformation]]
;$NIntegrationPoints: Number of Integration points along element. Optional, default = 4
;$NIntegrationPoints: Number of Integration points along element. Optional, default = 4
: Options
:: 1,2,3,4,5,6,7,8,9,10





Latest revision as of 17:07, 2 November 2009


Commands

addElementTypeData ElementTypeLabel $ElementTypeLabel
addElementTypeData ElementModelLabel nonlinearBeamColumn
<addElementTypeData ElementTypeDescription $ElementTypeDescription >
<addElementTypeData TransformationType $TransformationType>
<addElementTypeData NIntegrationPoints $NIntegrationPoints>
addElementType


Arguments

$ElementTypeLabel
Unique ElementType Label for reference
$ElementTypeDescription
Text. Optional, default = blank {}
$TransformationType
Geometric Transformation Type, based on OpenSees geometricTransf. Optional, default = Linear
Options
Linear -- Opensees Linear Transformation
PDelta -- Opensees PDelta Transformation
Corotational -- Opensees Corotational Transformation
$NIntegrationPoints
Number of Integration points along element. Optional, default = 4
Options
1,2,3,4,5,6,7,8,9,10


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.


Options

OpenSees Object

This ElementModel is based on the OpenSees Force-Based Beam-Column Element



BuildingTcl -- addElementType

Return to BuildingTcl Command Language Manual