BuildingTcl -- addMaterial: MaterialModelLabel Elastic

From OpenSeesWiki
Jump to navigationJump to search
BuildingTclLogo.gif

Commands

addMaterialData MaterialLabel $MaterialLabel
addMaterialData MaterialModelLabel Elastic
addMaterialData E $E
<addMaterialData MaterialDescription $MaterialDescription >
<addMaterialData WeightDensity $WeightDensity>
addMaterial


Arguments

$MaterialLabel 
Unique Material Label for reference
$E 
Elastic Modulus
$MaterialDescription 
Text. Optional, default = blank {}
$WeightDensity 
Volumetric Weight Density of Material. Used to calculated section WeightDensity: sectionWeightDensity=$materialWeightDensity*SectionArea. Optional, default = 0.
NOT IMPLEMENTED IN CURRENT VERSION


Notes

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


Options

OpenSees Object

This MaterialModel is based on the OpenSees Elastic Uniaxial Material



BuildingTcl -- addMaterial

Return to BuildingTcl Command Language Manual