BuildingTcl -- addSection: SectionModelLabel CustomWideFlangeElastic: Difference between revisions

From OpenSeesWiki
Jump to navigation Jump to search
(Created page with '__NOTOC__ link=BuildingTcl|right ==Commands == :addSectionData SectionLabel $SectionLabel :addSectionData SectionModelLabel CustomWideFlangeElastic…')
 
No edit summary
 
Line 27: Line 27:
;$E: Elastic Modulus
;$E: Elastic Modulus
;$SectionDescription : Text. Optional, default = blank {}
;$SectionDescription : Text. Optional, default = blank {}
;$WideFlangeSize : Standard AISC Wide-Flange size. Optional, default = $SectionLabel
: The user can just specify the WideFlangeSize directly in the SectionLabel .
: [[BuildingTcl -- AISC WideFlangeSizes Available]]
;$nu: Poisson's Ratio. Used to calulated G=($E/2/(1+$nu). Optional, default = 0.2
;$nu: Poisson's Ratio. Used to calulated G=($E/2/(1+$nu). Optional, default = 0.2
;$J: Torsional Moment of Inertia. Optional, default = 1.e8
;$J: Torsional Moment of Inertia. Optional, default = 1.e8

Latest revision as of 20:04, 2 November 2009

Commands

addSectionData SectionLabel $SectionLabel
addSectionData SectionModelLabel CustomWideFlangeElastic
addSectionData d $d
addSectionData bf $bf
addSectionData tf $tf
addSectionData tw $tw
addSectionData E $E
<addSectionData SectionDescription $SectionDescription >
<addSectionData nu $nu>
<addSectionData J$J>
<addSectionData WeightDensity $WeightDensity>;
addSection


Arguments

$SectionLabel
Unique Section Label for reference
$d
Section Depth
$bf
Flange Width
$tf
Flange Thickness
$tw
Web Thickness
$E
Elastic Modulus
$SectionDescription
Text. Optional, default = blank {}
$nu
Poisson's Ratio. Used to calulated G=($E/2/(1+$nu). Optional, default = 0.2
$J
Torsional Moment of Inertia. Optional, default = 1.e8
$WeightDensity
Linear Weight Density of section. Used to calculated element weight: ElementWeight=$WeightDensity*ElementLength. Optional, default = 0.
NOT IMPLEMENTED IN CURRENT VERSION


Notes

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


Options

OpenSees Object

This SectionModel is based on the OpenSees Elastic Section



BuildingTcl -- addSection

Return to BuildingTcl Command Language Manual